Mercurial > pidgin
diff src/away.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 | e277d5f0c1dd |
line wrap: on
line diff
--- a/src/away.c Wed Apr 12 06:51:37 2000 +0000 +++ b/src/away.c Wed Apr 12 08:13:22 2000 +0000 @@ -56,7 +56,7 @@ applet_widget_register_callback(APPLET_WIDGET(applet), "buddy", _("Buddy List"), - (AppletCallbackFunc)make_buddy, + (AppletCallbackFunc)createOnlinePopup, NULL); } MRI_user_status = online; @@ -90,7 +90,7 @@ if(!blist) applet_widget_register_callback(APPLET_WIDGET(applet), "buddy", _("Buddy List"), - (AppletCallbackFunc)make_buddy, + (AppletCallbackFunc)createOnlinePopup, NULL); applet_widget_register_callback(APPLET_WIDGET(applet), "away",
