diff src/flacng/plugin.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 69c9f138611b
children 43da009d6e76
line wrap: on
line diff
--- a/src/flacng/plugin.c	Wed Nov 28 02:50:15 2007 +0300
+++ b/src/flacng/plugin.c	Wed Nov 28 03:51:34 2007 +0300
@@ -714,7 +714,8 @@
     gchar *about_text;
 
     if (about_window) {
-        gdk_window_raise(about_window->window);
+        gtk_window_present(GTK_WINDOW(about_window));
+        return;
     }
 
     about_text = g_strjoin("", _("FLAC Audio Plugin "), _VERSION,