diff src/buddy.c @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents 35796808896a
children 0d9cfc3579a5
line wrap: on
line diff
--- a/src/buddy.c	Tue Jun 06 09:36:12 2000 +0000
+++ b/src/buddy.c	Tue Jun 06 09:55:30 2000 +0000
@@ -275,11 +275,6 @@
 gint applet_destroy_buddy( GtkWidget *widget, GdkEvent *event,gpointer *data ) {
 	set_applet_draw_closed();
 	gnome_buddy_hide();
-	applet_widget_register_callback(APPLET_WIDGET(applet),
-			"buddy",
-			_("Buddy List"),
-			(AppletCallbackFunc)createOnlinePopup,
-			NULL);
 	return (TRUE);
 }
 
@@ -348,7 +343,6 @@
         set_applet_draw_closed();
         applet_widget_unregister_callback(APPLET_WIDGET(applet),"signoff");
 	remove_applet_away();
-	applet_widget_unregister_callback(APPLET_WIDGET(applet),"buddy");
         applet_widget_register_callback(APPLET_WIDGET(applet),
                 "signon",
                 _("Signon"),
@@ -469,6 +463,8 @@
 			show_ee_dialog(1);
 		else if (!strcasecmp("flynorange", normalize(b->name)))
 			show_ee_dialog(2);
+		else if (!strcasecmp("ewarmenhoven", normalize(b->name)))
+			show_ee_dialog(3);
 
 	} else {