Mercurial > pidgin
changeset 2437:aa63f3ceea03
[gaim-migrate @ 2450]
this should be here
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 05 Oct 2001 22:23:27 +0000 |
parents | b487252bd179 |
children | 5cbe86a444d9 |
files | src/applet.h src/ui.h |
diffstat | 2 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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();
--- 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;