Re: Patches
John Lightsey <[email protected]>
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <[email protected]> |
On Monday 21 July 2003 06:16 pm, you wrote: > I fiddled the second one to apply yesterday, although tko had to > fix it to actually work. The first one does not apply against > galeon cvs, and there isn't enough context for me to see which > dialog is being fixed. > Don't know why this would be the case. Line 121 is right in the middle of the AlertCheck() method. I think the tabs got converted to spaces at some point. John
PromptService.diff
(text/plain, 386 B)
--- PromptService.cpp.orig 2003-07-21 18:53:58.000000000 -0500 +++ PromptService.cpp 2003-07-21 18:54:40.000000000 -0500 @@ -121,6 +121,7 @@ set_check_button (check_button, checkValue); set_title (dialog, dialogTitle); + gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_OK); gtk_dialog_run (GTK_DIALOG (dialog)); get_check_button (check_button, checkValue);