Downgraded mismatched gtk warning.
[pspp-builds.git] / src / ui / gui / main.c
index 44242823e07999cf71b062ffcc20ff6c11fc77cf..6d5f50e1bf0df744b1d14722776cfab4ad4eff6e 100644 (file)
@@ -58,7 +58,7 @@ static gboolean
 hide_splash_window (gpointer data)
 {
   GtkWidget *splash = data;
-  gtk_widget_hide (splash);
+  gtk_widget_destroy (splash);
   gtk_window_set_auto_startup_notification (TRUE);
   return FALSE;
 }
@@ -109,7 +109,7 @@ main (int argc, char *argv[])
                                 GTK_MINOR_VERSION,
                                 GTK_MICRO_VERSION)) )
     {
-      g_critical (vers);
+      g_warning (vers);
     }
 
   /* Deal with options like --version, --help etc */