--- np2/x11/gtk/Attic/dialog_screen.c 2003/12/11 15:11:56 1.2 +++ np2/x11/gtk/Attic/dialog_screen.c 2005/03/12 12:36:40 1.5 @@ -10,8 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -370,7 +368,7 @@ create_timing_note(void) for (i = 0; i < NELEMENTS(timing_waitclock_str); i++) { waitclk[i].name_label = gtk_label_new(timing_waitclock_str[i]); -// gtk_widget_set_usize(waitclk[i].name_label, 40, 0); + gtk_widget_set_usize(waitclk[i].name_label, 40, 0); gtk_widget_show(waitclk[i].name_label); gtk_table_attach(GTK_TABLE(main_widget), waitclk[i].name_label, 0, 1, i, i + 1, @@ -427,7 +425,7 @@ create_screen_dialog(void) uninstall_idle_process(); - screen_dialog = gtk_window_new(GTK_WINDOW_DIALOG); + screen_dialog = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_title(GTK_WINDOW(screen_dialog), "Screen option"); gtk_window_set_position(GTK_WINDOW(screen_dialog), GTK_WIN_POS_CENTER); gtk_window_set_modal(GTK_WINDOW(screen_dialog), TRUE);