comparison src/gtkconv.c @ 7857:43f63ff8a6d8

[gaim-migrate @ 8511] Thought I committed this earlier.. CVS conflicts... Patch from Nathan Fredrickson that fixes the little oddity where the Send As menu sometimes ends up after the typing notification icon. Thanks :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 14 Dec 2003 06:47:14 +0000
parents a3c9d0a1658e
children e873d0bd0e6c
comparison
equal deleted inserted replaced
7856:c364c783f678 7857:43f63ff8a6d8
2441 /* Build the Send As menu */ 2441 /* Build the Send As menu */
2442 gtkwin->menu.send_as = gtk_menu_item_new_with_mnemonic(_("_Send As")); 2442 gtkwin->menu.send_as = gtk_menu_item_new_with_mnemonic(_("_Send As"));
2443 gtk_widget_show(gtkwin->menu.send_as); 2443 gtk_widget_show(gtkwin->menu.send_as);
2444 2444
2445 menu = gtk_menu_new(); 2445 menu = gtk_menu_new();
2446 2446 gtk_menu_shell_insert(GTK_MENU_SHELL(gtkwin->menu.menubar),
2447 gtk_menu_shell_append(GTK_MENU_SHELL(gtkwin->menu.menubar), 2447 gtkwin->menu.send_as, 2);
2448 gtkwin->menu.send_as);
2449 gtk_menu_item_set_submenu(GTK_MENU_ITEM(gtkwin->menu.send_as), menu); 2448 gtk_menu_item_set_submenu(GTK_MENU_ITEM(gtkwin->menu.send_as), menu);
2450 2449
2451 gtk_widget_show(menu); 2450 gtk_widget_show(menu);
2452 2451
2453 /* Fill it with entries. */ 2452 /* Fill it with entries. */