comparison 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
comparison
equal deleted inserted replaced
341:df984d56efb4 342:f4fba304b236
179 snd_tmout = gtk_timeout_add(10000, (GtkFunction)sound_timeout, 179 snd_tmout = gtk_timeout_add(10000, (GtkFunction)sound_timeout,
180 NULL); 180 NULL);
181 } 181 }
182 182
183 #ifdef USE_APPLET 183 #ifdef USE_APPLET
184 setUserState(online);
184 applet_widget_unregister_callback(APPLET_WIDGET(applet),"signon"); 185 applet_widget_unregister_callback(APPLET_WIDGET(applet),"signon");
185 applet_widget_register_callback(APPLET_WIDGET(applet), 186 applet_widget_register_callback(APPLET_WIDGET(applet),
186 "signoff", 187 "signoff",
187 _("Signoff"), 188 _("Signoff"),
188 signoff, 189 signoff,
495 show_prefs, 496 show_prefs,
496 NULL); 497 NULL);
497 applet_widget_register_callback(APPLET_WIDGET(applet), 498 applet_widget_register_callback(APPLET_WIDGET(applet),
498 "signon", 499 "signon",
499 _("Signon"), 500 _("Signon"),
500 applet_show_login, 501 applet_do_signon,
501 NULL); 502 NULL);
502 #ifdef GAIM_PLUGINS 503 #ifdef GAIM_PLUGINS
503 applet_widget_register_callback(APPLET_WIDGET(applet), 504 applet_widget_register_callback(APPLET_WIDGET(applet),
504 "plugins", 505 "plugins",
505 _("Plugins"), 506 _("Plugins"),