diff src/vtx/about.c @ 2192:e5401b6c4665

the same thing in many plugins
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 28 Nov 2007 03:51:34 +0300
parents f6f5603a0954
children 42a5c9d5830b
line wrap: on
line diff
--- a/src/vtx/about.c	Wed Nov 28 02:50:15 2007 +0300
+++ b/src/vtx/about.c	Wed Nov 28 03:51:34 2007 +0300
@@ -17,8 +17,9 @@
 vtx_about (void)
 {
   static GtkWidget *box;
-  if (box) gdk_window_raise(box->window);
-  else {
+  if (box) {
+      gtk_window_present(GTK_WINDOW(box));
+  } else {
 	box = audacious_info_dialog (_("About Vortex Player"),
 				_
 				("Vortex file format player by Sashnov Alexander <sashnov@ngs.ru>\n"