comparison src/prefs.c @ 5024:8e55a4d362a3

[gaim-migrate @ 5361] Patch by Rob McQueen, NEWS and CREDITS updates. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 05 Apr 2003 05:01:47 +0000
parents 74dd2e4ed0c1
children a96653493416
comparison
equal deleted inserted replaced
5023:e218d2d2b7e9 5024:8e55a4d362a3
1663 gtk_size_group_add_widget(sg, button); 1663 gtk_size_group_add_widget(sg, button);
1664 g_signal_connect(GTK_OBJECT(button), "clicked", G_CALLBACK(remove_away_message), event_view); 1664 g_signal_connect(GTK_OBJECT(button), "clicked", G_CALLBACK(remove_away_message), event_view);
1665 1665
1666 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); 1666 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
1667 1667
1668 button = gaim_pixbuf_button(_("_Edit"), "edit.png", GAIM_BUTTON_HORIZONTAL); 1668 button = gaim_pixbuf_button_from_stock(_("_Edit"), GAIM_STOCK_EDIT, GAIM_BUTTON_HORIZONTAL);
1669 gtk_size_group_add_widget(sg, button); 1669 gtk_size_group_add_widget(sg, button);
1670 g_signal_connect(GTK_OBJECT(button), "clicked", G_CALLBACK(create_away_mess), event_view); 1670 g_signal_connect(GTK_OBJECT(button), "clicked", G_CALLBACK(create_away_mess), event_view);
1671 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); 1671 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
1672 1672
1673 gtk_widget_show_all(ret); 1673 gtk_widget_show_all(ret);