Re: [GnomeMeeting-devel-list] [PATCH] correction of the bug I encountered yesterday



On mer, 2004-01-28 at 10:58, Damien Sandras wrote:
> Can you mail the patch inline so that I can review it?

diff -ur gnomemeeting-cvs-20040128.CVS/lib/widgets/gmentrydialog.c
gnomemeeting-cvs-20040128.CVS.patched/lib/widgets/gmentrydialog.c
--- gnomemeeting-cvs-20040128.CVS/lib/widgets/gmentrydialog.c	2004-01-03
21:49:37.000000000 +0100
+++
gnomemeeting-cvs-20040128.CVS.patched/lib/widgets/gmentrydialog.c	2004-01-28 10:14:54.000000000 +0100
@@ -124,7 +124,7 @@
 
   gtk_dialog_add_buttons (GTK_DIALOG (ed),
 			  GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT,
-			  button_label, GTK_RESPONSE_ACCEPT);
+			  button_label, GTK_RESPONSE_ACCEPT, NULL);
 
   gtk_window_set_modal (GTK_WINDOW (ed), TRUE);
   





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]