# HG changeset patch # User Sean Egan # Date 1082998687 0 # Node ID f08245ed03aa5580077bb6877e186c27becdfc70 # Parent cb9b23ef1296eb977175e41427deb032dbb5943d [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 diff -r cb9b23ef1296 -r f08245ed03aa src/gtkblist.c --- 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; }