Mercurial > pidgin
diff src/aim.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 | 5b4b7aa8dd9a |
| children | 45bcfa3b584c |
line wrap: on
line diff
--- a/src/aim.c Wed Apr 12 06:51:37 2000 +0000 +++ b/src/aim.c Wed Apr 12 08:13:22 2000 +0000 @@ -145,7 +145,7 @@ applet_widget_register_callback(APPLET_WIDGET(applet), "buddy", _("Buddy List"), - (AppletCallbackFunc)make_buddy, + (AppletCallbackFunc)createOnlinePopup, NULL); applet_widget_register_callback(APPLET_WIDGET(applet), "signoff",
