Mercurial > pidgin.yaz
changeset 8824:f08245ed03aa
[gaim-migrate @ 9587]
That wasn't the one I meant to change, but I'm pretty sure it should be
changed anyway (as well as the other call to drawing-menu). If I'm wrong,
Gary can tell me.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 26 Apr 2004 16:58:07 +0000 |
parents | cb9b23ef1296 |
children | 190a5f7f9524 |
files | src/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Mon Apr 26 16:50:12 2004 +0000 +++ b/src/gtkblist.c Mon Apr 26 16:58:07 2004 +0000 @@ -1253,7 +1253,7 @@ list = list->next; } } - gaim_signal_emit(GAIM_GTK_BLIST(gaim_get_blist()), + gaim_signal_emit(gaim_gtk_blist_get_handle(), "drawing-menu", menu, c); gaim_separator(menu); @@ -2508,7 +2508,7 @@ if(accounttext) g_free(accounttext); } - gaim_signal_emit(GAIM_GTK_BLIST(gaim_get_blist()), + gaim_signal_emit(gaim_gtk_blist_get_handle(), "drawing-tooltip", node, &text); return text; }