diff src/gnome_applet_mgr.c @ 107:55faf2e3a134

[gaim-migrate @ 117] Fixed a really annoying bug so that now the buddy list stays on the panel and doesn't 'float' when the lag-o-meter is on. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Apr 2000 08:13:22 +0000
parents 51943f1a97a0
children 5d62a5d50c89
line wrap: on
line diff
--- a/src/gnome_applet_mgr.c	Wed Apr 12 06:51:37 2000 +0000
+++ b/src/gnome_applet_mgr.c	Wed Apr 12 08:13:22 2000 +0000
@@ -279,7 +279,7 @@
         applet_widget_register_callback(APPLET_WIDGET(applet),
                 "buddy",
                 _("Buddy List"),
-                (AppletCallbackFunc)make_buddy,
+                (AppletCallbackFunc)createOnlinePopup,
                 NULL);
 	*/
 }