diff src/sid/xs_fileinfo.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 44ef6bf0ab30
children 251336bee085
line wrap: on
line diff
--- a/src/sid/xs_fileinfo.c	Wed Nov 28 02:50:15 2007 +0300
+++ b/src/sid/xs_fileinfo.c	Wed Nov 28 03:51:34 2007 +0300
@@ -202,7 +202,7 @@
 
 	/* Check if there already is an open fileinfo window */
 	if (xs_fileinfowin)
-		gdk_window_raise(xs_fileinfowin->window);
+                gtk_window_present(GTK_WINDOW(xs_fileinfowin));
 	else {
 		xs_fileinfowin = create_xs_fileinfowin();
 #ifndef AUDACIOUS_PLUGIN