diff src/buddy.c @ 966:f7886476f9d9

[gaim-migrate @ 976] yay, the applet works again (mostly) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 10 Oct 2000 10:35:05 +0000
parents fa681641643d
children a45991891aba
line wrap: on
line diff
--- a/src/buddy.c	Tue Oct 10 10:16:26 2000 +0000
+++ b/src/buddy.c	Tue Oct 10 10:35:05 2000 +0000
@@ -275,7 +275,7 @@
 #endif
 
 
-static void signoff_all(GtkWidget *w, gpointer d)
+void signoff_all(GtkWidget *w, gpointer d)
 {
 	GSList *c = connections;
 	struct gaim_connection *g = NULL;
@@ -316,11 +316,6 @@
 	applet_buddy_show = FALSE;
         applet_widget_unregister_callback(APPLET_WIDGET(applet),"signoff");
 	remove_applet_away();
-        applet_widget_register_callback(APPLET_WIDGET(applet),
-                "signon",
-                _("Signon"),
-                applet_do_signon,
-                NULL);
 #else
         show_login();
 #endif /* USE_APPLET */