Fixed stupid typo / syntax error.
authorlace <>
Wed, 25 Jan 2006 19:49:00 +0000 (19:49 +0000)
committerlace <>
Wed, 25 Jan 2006 19:49:00 +0000 (19:49 +0000)
src/install/acquire/ui-gnome.c

index 4611e99..059f491 100644 (file)
@@ -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);