[Player-cvs] app/gtk setup_interface.c,1.16,1.17
rggammon at helixcommunity.org rggammon at helixcommunity.orgUpdate of /cvsroot/player/app/gtk
In directory cvs-new:/tmp/cvs-serv15348
Modified Files:
setup_interface.c
Log Message:
fix gcc2.95 build buster
Index: setup_interface.c
===================================================================
RCS file: /cvsroot/player/app/gtk/setup_interface.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- setup_interface.c 22 Jul 2004 17:33:46 -0000 1.16
+++ setup_interface.c 24 Jul 2004 00:50:22 -0000 1.17
@@ -98,6 +98,19 @@
GtkWidget *done_label;
// GtkWidget *label41;
+ GtkWidget* almost_finished_vbox;
+ GtkWidget* almost_finished_title;
+ GtkWidget* almost_finished_subtitle;
+
+ GtkWidget* almost_finished_options_alignment;
+ GtkWidget* almost_finished_options_vbox;
+ GtkWidget* check_for_updates_checkbox;
+ GtkWidget* configure_mozilla_helpers_checkbox;
+
+ GtkWidget* almost_finished_back;
+ GtkWidget* almost_finished_quit;
+ GtkWidget* almost_finished_hbuttonbox;
+
gboolean bHasMimeSupport = check_has_mime_support();
setup_assistant = gtk_window_new (GTK_WINDOW_TOPLEVEL);
@@ -426,18 +439,6 @@
/* Add "Almost finished" pane with an option to check for updates &
an option to update mozilla helpers via ~/.mailcap */
- GtkWidget* almost_finished_vbox;
- GtkWidget* almost_finished_title;
- GtkWidget* almost_finished_subtitle;
-
- GtkWidget* almost_finished_options_alignment;
- GtkWidget* almost_finished_options_vbox;
- GtkWidget* check_for_updates_checkbox;
- GtkWidget* configure_mozilla_helpers_checkbox;
-
- GtkWidget* almost_finished_back;
- GtkWidget* almost_finished_quit;
- GtkWidget* almost_finished_hbuttonbox;
almost_finished_vbox = gtk_vbox_new (FALSE, 10);
gtk_widget_show (almost_finished_vbox);