comparison plugins/docklet/docklet.c @ 12113:46fcc0765187

[gaim-migrate @ 14413] A patch from Levi Bard to make the Plugins dialog more accessible. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 16 Nov 2005 08:49:46 +0000
parents 1a86417abfc8
children e75ef7aa913e
comparison
equal deleted inserted replaced
12112:875f59f9c0bb 12113:46fcc0765187
339 gtk_menu_shell_append(GTK_MENU_SHELL(menu), entry); 339 gtk_menu_shell_append(GTK_MENU_SHELL(menu), entry);
340 340
341 gaim_new_item_from_stock(menu, _("File Transfers"), GAIM_STOCK_FILE_TRANSFER, G_CALLBACK(gaim_show_xfer_dialog), NULL, 0, 0, NULL); 341 gaim_new_item_from_stock(menu, _("File Transfers"), GAIM_STOCK_FILE_TRANSFER, G_CALLBACK(gaim_show_xfer_dialog), NULL, 0, 0, NULL);
342 gaim_new_item_from_stock(menu, _("Accounts"), GAIM_STOCK_ACCOUNTS, G_CALLBACK(gaim_gtk_accounts_window_show), NULL, 0, 0, NULL); 342 gaim_new_item_from_stock(menu, _("Accounts"), GAIM_STOCK_ACCOUNTS, G_CALLBACK(gaim_gtk_accounts_window_show), NULL, 0, 0, NULL);
343 gaim_new_item_from_stock(menu, _("Preferences"), GTK_STOCK_PREFERENCES, G_CALLBACK(gaim_gtk_prefs_show), NULL, 0, 0, NULL); 343 gaim_new_item_from_stock(menu, _("Preferences"), GTK_STOCK_PREFERENCES, G_CALLBACK(gaim_gtk_prefs_show), NULL, 0, 0, NULL);
344 gaim_new_item_from_stock(menu, _("Plugins"), GTK_STOCK_PREFERENCES, G_CALLBACK(gaim_gtk_plugin_dialog_show), NULL, 0, 0, NULL);
344 345
345 gaim_separator(menu); 346 gaim_separator(menu);
346 347
347 /* TODO: need a submenu to change status, this needs to "link" 348 /* TODO: need a submenu to change status, this needs to "link"
348 * to the status in the buddy list gtkstatusbox 349 * to the status in the buddy list gtkstatusbox