comparison 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
comparison
equal deleted inserted replaced
2191:329267b09658 2192:e5401b6c4665
242 242
243 void configure_show_gui(void) 243 void configure_show_gui(void)
244 { 244 {
245 configure_values_to_gui(); 245 configure_values_to_gui();
246 gtk_widget_show(configwindow); 246 gtk_widget_show(configwindow);
247 gtk_window_present(GTK_WINDOW(configwindow));
247 } 248 }
248 249
249 250
250 gint pstrcpy(gchar **res, const gchar *str) 251 gint pstrcpy(gchar **res, const gchar *str)
251 { 252 {