From: lace <> Date: Wed, 25 Jan 2006 19:49:00 +0000 (+0000) Subject: Fixed stupid typo / syntax error. X-Git-Tag: captive-1_1_7~8 X-Git-Url: https://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=c48eafb8f901c322de1b43e3c6ab9f7d32148d57 Fixed stupid typo / syntax error. --- diff --git a/src/install/acquire/ui-gnome.c b/src/install/acquire/ui-gnome.c index 4611e99..059f491 100644 --- a/src/install/acquire/ui-gnome.c +++ b/src/install/acquire/ui-gnome.c @@ -622,7 +622,7 @@ gint reply; gtk_main(); if (reply==0) /* 0 for 'OK', 1 for 'Cancel', left -1 for dialog close. */ exit(EXIT_SUCCESS); - /* This does not work (at least not in the static build): gnome_dialog_set_close(,TRUE); */ + /* This does not work (at least not in the static build): gnome_dialog_set_close(,TRUE); * in: libgnomeui-2.10.0-1 */ gtk_widget_destroy(dialog); @@ -756,7 +756,7 @@ GtkWidget *dialog; gnome_dialog_set_close(GNOME_DIALOG(dialog),FALSE); g_signal_connect((gpointer)dialog,"close",G_CALLBACK(gtk_main_quit),NULL); gtk_main(); - /* This does not work (at least not in the static build): gnome_dialog_set_close(,TRUE); */ + /* This does not work (at least not in the static build): gnome_dialog_set_close(,TRUE); * in: libgnomeui-2.10.0-1 */ gtk_widget_destroy(dialog);