From: Eric W. <war...@us...> - 2001-10-05 22:23:31
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv6007 Modified Files: applet.h ui.h Log Message: this should be here Index: applet.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/applet.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- applet.h 2001/10/05 22:06:27 1.5 +++ applet.h 2001/10/05 22:23:27 1.6 @@ -67,6 +67,8 @@ #define GAIM_GNOME_CONNECT_ICON "gnome-battery.png" #define GAIM_GNOME_ONLINE_ICON "apple-green.png" +extern GtkWidget *applet; + extern gint init_applet_mgr(); extern void applet_do_signon(AppletWidget *, gpointer); extern void make_buddy(); Index: ui.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/ui.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ui.h 2001/10/05 22:06:27 1.2 +++ ui.h 2001/10/05 22:23:27 1.3 @@ -115,11 +115,6 @@ extern GList *log_conversations; /* this should be moved to conversations.c */ extern GSList *away_messages; /* this should be moved to away.c */ -/* Globals in applet.c */ -#ifdef USE_APPLET -extern GtkWidget *applet; -#endif /* USE_APPLET */ - /* Globals in away.c */ extern struct away_message *awaymessage; extern struct away_message *default_away; |