diff src/sid/xs_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 e685ac3817fb
children 492b25415054
line wrap: on
line diff
--- a/src/sid/xs_about.c	Wed Nov 28 02:50:15 2007 +0300
+++ b/src/sid/xs_about.c	Wed Nov 28 03:51:34 2007 +0300
@@ -72,7 +72,7 @@
 
 	/* Check if there already is an open about window */
 	if (xs_aboutwin != NULL) {
-		gdk_window_raise(xs_aboutwin->window);
+                gtk_window_present(GTK_WINDOW(xs_aboutwin));
 		return;
 	}