comparison pidgin/gtkdocklet.c @ 15560:442128853bdb

toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
author Sean Egan <seanegan@gmail.com>
date Mon, 05 Feb 2007 12:13:18 +0000
parents 535f002e7b0f
children b74a3bec8dcb
comparison
equal deleted inserted replaced
15559:dad51c0e3bc6 15560:442128853bdb
529 } 529 }
530 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); 530 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
531 531
532 pidgin_separator(menu); 532 pidgin_separator(menu);
533 533
534 menuitem = pidgin_new_item_from_stock(menu, _("New Message..."), PIDGIN_STOCK_IM, G_CALLBACK(pidgindialogs_im), NULL, 0, 0, NULL); 534 menuitem = pidgin_new_item_from_stock(menu, _("New Message..."), PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW, G_CALLBACK(pidgindialogs_im), NULL, 0, 0, NULL);
535 if (status == DOCKLET_STATUS_OFFLINE) 535 if (status == DOCKLET_STATUS_OFFLINE)
536 gtk_widget_set_sensitive(menuitem, FALSE); 536 gtk_widget_set_sensitive(menuitem, FALSE);
537 537
538 menuitem = docklet_status_submenu(); 538 menuitem = docklet_status_submenu();
539 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); 539 gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
540 540
541 pidgin_separator(menu); 541 pidgin_separator(menu);
542 542
543 pidgin_new_item_from_stock(menu, _("Accounts"), PIDGIN_STOCK_ACCOUNTS, G_CALLBACK(pidgin_accounts_window_show), NULL, 0, 0, NULL); 543 pidgin_new_item_from_stock(menu, _("Accounts"), NULL, G_CALLBACK(pidgin_accounts_window_show), NULL, 0, 0, NULL);
544 pidgin_new_item_from_stock(menu, _("Plugins"), PIDGIN_STOCK_PLUGIN, G_CALLBACK(pidgin_plugin_dialog_show), NULL, 0, 0, NULL); 544 pidgin_new_item_from_stock(menu, _("Plugins"), NULL, G_CALLBACK(pidgin_plugin_dialog_show), NULL, 0, 0, NULL);
545 pidgin_new_item_from_stock(menu, _("Preferences"), GTK_STOCK_PREFERENCES, G_CALLBACK(pidgin_prefs_show), NULL, 0, 0, NULL); 545 pidgin_new_item_from_stock(menu, _("Preferences"), GTK_STOCK_PREFERENCES, G_CALLBACK(pidgin_prefs_show), NULL, 0, 0, NULL);
546 546
547 pidgin_separator(menu); 547 pidgin_separator(menu);
548 548
549 menuitem = gtk_check_menu_item_new_with_label(_("Mute Sounds")); 549 menuitem = gtk_check_menu_item_new_with_label(_("Mute Sounds"));