comparison src/gtkblist.c @ 8823:cb9b23ef1296

[gaim-migrate @ 9585] Forgot this. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 26 Apr 2004 16:50:12 +0000
parents d7ed3a4bdf35
children f08245ed03aa
comparison
equal deleted inserted replaced
8822:42835e357700 8823:cb9b23ef1296
1150 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); 1150 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
1151 } 1151 }
1152 g_list_free(list); 1152 g_list_free(list);
1153 1153
1154 /* moving on to the old ui-specific plugin menus */ 1154 /* moving on to the old ui-specific plugin menus */
1155 gaim_signal_emit(GAIM_GTK_BLIST(gaim_get_blist()), 1155 gaim_signal_emit(gaim_gtk_blist_get_handle(),
1156 "drawing-menu", menu, b); 1156 "drawing-menu", menu, b);
1157 1157
1158 gaim_separator(menu); 1158 gaim_separator(menu);
1159 gaim_new_item_from_stock(menu, _("_Alias..."), GAIM_STOCK_ALIAS, 1159 gaim_new_item_from_stock(menu, _("_Alias..."), GAIM_STOCK_ALIAS,
1160 G_CALLBACK(gtk_blist_menu_alias_cb), b, 0, 0, NULL); 1160 G_CALLBACK(gtk_blist_menu_alias_cb), b, 0, 0, NULL);