# HG changeset patch # User Eric Warmenhoven # Date 954926425 0 # Node ID 8a98f129c8498739fbddf4dd29c59c0d6b6811a6 # Parent 05077cb276d47f7d52c5e4e67aa7db6edab42450 [gaim-migrate @ 93] Whoops, small annoyance. committer: Tailor Script diff -r 05077cb276d4 -r 8a98f129c849 src/gnome_applet_mgr.c --- a/src/gnome_applet_mgr.c Wed Apr 05 08:22:38 2000 +0000 +++ b/src/gnome_applet_mgr.c Wed Apr 05 09:20:25 2000 +0000 @@ -461,7 +461,7 @@ void createAwayPopup(){ - applet_draw_open = FALSE; + createOnlinePopup(); } @@ -488,7 +488,7 @@ void closeAwayPopup(){ - applet_draw_open = FALSE; + closeOnlinePopup(); } void AppletClicked( GtkWidget *sender, gpointer data ){