diff audacious/about.c @ 1895:4ab001eeef36 trunk

[svn] - make sure the proper wmclass is being set here.
author nenolod
date Mon, 23 Oct 2006 22:57:28 -0700
parents bb03a9e6180e
children f18a5b617c34
line wrap: on
line diff
--- a/audacious/about.c	Mon Oct 23 13:04:21 2006 -0700
+++ b/audacious/about.c	Mon Oct 23 22:57:28 2006 -0700
@@ -102,7 +102,7 @@
         return;
     }
 
-    about_window = gtk_window_new(GTK_WINDOW_POPUP);
+    about_window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 
     g_signal_connect(about_window, "destroy",
                      G_CALLBACK(gtk_widget_destroyed), &about_window);