comparison plugins/docklet/docklet.c @ 9994:e651dbb88773

[gaim-migrate @ 10907] Add an "About" menu option to the system tray in head. I'm against adding this to oldstatus, but I don't really care. I'm mostly against it because I think oldstatus should be bug fixes only, and avoiding new strings is a good thing. I want to avoid maintaining 2 branches. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Sep 2004 03:56:47 +0000
parents bdec08a8fc5b
children 690ef036f297
comparison
equal deleted inserted replaced
9993:bdec08a8fc5b 9994:e651dbb88773
218 default: 218 default:
219 gaim_new_item_from_stock(menu, _("Signoff"), GTK_STOCK_CLOSE, G_CALLBACK(gaim_connections_disconnect_all), NULL, 0, 0, 0); 219 gaim_new_item_from_stock(menu, _("Signoff"), GTK_STOCK_CLOSE, G_CALLBACK(gaim_connections_disconnect_all), NULL, 0, 0, 0);
220 break; 220 break;
221 } 221 }
222 222
223 gaim_new_item_from_stock(menu, _("Quit"), GTK_STOCK_QUIT, G_CALLBACK(gaim_core_quit), NULL, 0, 0, 0); 223 gaim_new_item_from_stock(menu, _("About"), GAIM_STOCK_ABOUT, G_CALLBACK(gaim_gtkdialogs_about), NULL, 0, 0, NULL);
224 gaim_new_item_from_stock(menu, _("Quit"), GTK_STOCK_QUIT, G_CALLBACK(gaim_core_quit), NULL, 0, 0, NULL);
224 225
225 #ifdef _WIN32 226 #ifdef _WIN32
226 g_signal_connect(menu, "leave-notify-event", G_CALLBACK(docklet_menu_leave), NULL); 227 g_signal_connect(menu, "leave-notify-event", G_CALLBACK(docklet_menu_leave), NULL);
227 #endif 228 #endif
228 gtk_widget_show_all(menu); 229 gtk_widget_show_all(menu);