diff src/aim.c @ 342:f4fba304b236

[gaim-migrate @ 352] More changes to the applet: tooltips are set different, and choosing "Signon" from the right-click menu actually tries to sign you on, as opposed to just bringing up the login window. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 07 Jun 2000 01:50:55 +0000
parents 9d258a0aa560
children b402a23f35df
line wrap: on
line diff
--- a/src/aim.c	Tue Jun 06 21:50:20 2000 +0000
+++ b/src/aim.c	Wed Jun 07 01:50:55 2000 +0000
@@ -181,6 +181,7 @@
 	}
 
 #ifdef USE_APPLET
+	 setUserState(online);
 	 applet_widget_unregister_callback(APPLET_WIDGET(applet),"signon");
 	 applet_widget_register_callback(APPLET_WIDGET(applet),
 			 "signoff",
@@ -497,7 +498,7 @@
         applet_widget_register_callback(APPLET_WIDGET(applet),
 					"signon",
 					_("Signon"),
-					applet_show_login,
+					applet_do_signon,
 					NULL);
 #ifdef GAIM_PLUGINS
         applet_widget_register_callback(APPLET_WIDGET(applet),