# HG changeset patch # User Eric Warmenhoven # Date 1002320607 0 # Node ID aa63f3ceea03820fc43bd6d3960a229400597fd2 # Parent b487252bd1790f26b283ca8ba31be580f37ed86e [gaim-migrate @ 2450] this should be here committer: Tailor Script diff -r b487252bd179 -r aa63f3ceea03 src/applet.h --- a/src/applet.h Fri Oct 05 22:08:13 2001 +0000 +++ b/src/applet.h Fri Oct 05 22:23:27 2001 +0000 @@ -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(); diff -r b487252bd179 -r aa63f3ceea03 src/ui.h --- a/src/ui.h Fri Oct 05 22:08:13 2001 +0000 +++ b/src/ui.h Fri Oct 05 22:23:27 2001 +0000 @@ -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;