Mercurial > pidgin
changeset 5536:8bf28c2d100e
[gaim-migrate @ 5936]
One of these should be ID 0 :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 27 May 2003 02:58:56 +0000 |
parents | 933739f789f9 |
children | 3becf79500d2 |
files | src/gtknotify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtknotify.c Mon May 26 16:11:46 2003 +0000 +++ b/src/gtknotify.c Tue May 27 02:58:56 2003 +0000 @@ -158,7 +158,7 @@ gtk_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_CLOSE, 1); if (urls != NULL) - gtk_dialog_add_button(GTK_DIALOG(dialog), GAIM_STOCK_OPEN_MAIL, 1); + gtk_dialog_add_button(GTK_DIALOG(dialog), GAIM_STOCK_OPEN_MAIL, 0); g_signal_connect(G_OBJECT(dialog), "response", G_CALLBACK(__email_response_cb), data);