diff src/cdaudio-ng/configure.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 627e1069ef33
children dc92a550179e
line wrap: on
line diff
--- a/src/cdaudio-ng/configure.c	Wed Nov 28 02:50:15 2007 +0300
+++ b/src/cdaudio-ng/configure.c	Wed Nov 28 03:51:34 2007 +0300
@@ -244,6 +244,7 @@
 {
 	configure_values_to_gui();
 	gtk_widget_show(configwindow);
+        gtk_window_present(GTK_WINDOW(configwindow));
 }