comparison src/aim.c @ 3510:e23909729192

[gaim-migrate @ 3576] A GNOME2 docklet. This follows the opendesktop.org specs used by GNOME2 and (I think) KDE in Redhat's null (I don't think vanilla KDE supports it yet) For GNOME--you will need to have the GNOME Panel Notification Area installed. This replaces the applet--thanks Robert McQueen. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: configure.ac configure.in plugins/Makefile.am src/aim.c CVS: src/buddy.c src/core.h src/module.c src/multi.c src/perl.c CVS: src/server.c src/ui.h CVS: ---------------------------------------------------------------------- committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Sep 2002 23:27:28 +0000
parents 1258406146e7
children 6b0cb60162f4
comparison
equal deleted inserted replaced
3509:8bad870eaea1 3510:e23909729192
300 bbox = gtk_hbox_new(TRUE, 10); 300 bbox = gtk_hbox_new(TRUE, 10);
301 gtk_box_pack_start(GTK_BOX(sbox), bbox, TRUE, TRUE, 0); 301 gtk_box_pack_start(GTK_BOX(sbox), bbox, TRUE, TRUE, 0);
302 gtk_widget_show(bbox); 302 gtk_widget_show(bbox);
303 303
304 cancel = gtk_button_new_with_label(_("Quit")); 304 cancel = gtk_button_new_with_label(_("Quit"));
305 /* fixme: docklet *
306 * cancel = gtk_button_new_with_label(_("Close")); */
307 #ifndef NO_MULTI 305 #ifndef NO_MULTI
308 accts = gtk_button_new_with_label(_("Accounts")); 306 accts = gtk_button_new_with_label(_("Accounts"));
309 #endif 307 #endif
310 signon = gtk_button_new_with_label(_("Signon")); 308 signon = gtk_button_new_with_label(_("Signon"));
311 309