changeset 83:8a98f129c849

[gaim-migrate @ 93] Whoops, small annoyance. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 09:20:25 +0000
parents 05077cb276d4
children 51943f1a97a0
files src/gnome_applet_mgr.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ){