Mercurial > pidgin.yaz
diff src/prefs.c @ 717:d7c39f12eb89
[gaim-migrate @ 727]
redid 'add away' for the prefs dialog so that adding messages doesn't make
set you to 'away' automatically
committer: Tailor Script <tailor@pidgin.im>
| author | Todd Kulesza <fflewddur> |
|---|---|
| date | Fri, 18 Aug 2000 04:37:44 +0000 |
| parents | efd72a117875 |
| children | b54b8d64d8b8 |
line wrap: on
line diff
--- a/src/prefs.c Fri Aug 18 03:39:25 2000 +0000 +++ b/src/prefs.c Fri Aug 18 04:37:44 2000 +0000 @@ -1222,7 +1222,7 @@ gtk_widget_show(bot); button = picture_button(prefs, _("Add"), gnome_add_xpm); - gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(create_away_mess), NULL); + gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(create_away_mess), button); gtk_box_pack_start(GTK_BOX(bot), button, TRUE, FALSE, 5); button = picture_button(prefs, _("Remove"), gnome_remove_xpm);
