comparison src/gtkconv.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents 3ef381cdc47e
children 3897229ccb33
comparison
equal deleted inserted replaced
12285:af257d8679fe 12286:255e6912607b
2863 g_return_if_fail(gtkconv != NULL); 2863 g_return_if_fail(gtkconv != NULL);
2864 2864
2865 if (win->menu.send_to != NULL) 2865 if (win->menu.send_to != NULL)
2866 gtk_widget_destroy(win->menu.send_to); 2866 gtk_widget_destroy(win->menu.send_to);
2867 2867
2868 2868 /* Build the Send To menu */
2869 /* Build the Send As menu */
2870 win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("_Send To")); 2869 win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("_Send To"));
2871 gtk_widget_show(win->menu.send_to); 2870 gtk_widget_show(win->menu.send_to);
2872 2871
2873 menu = gtk_menu_new(); 2872 menu = gtk_menu_new();
2874 gtk_menu_shell_insert(GTK_MENU_SHELL(win->menu.menubar), 2873 gtk_menu_shell_insert(GTK_MENU_SHELL(win->menu.menubar),