comparison 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
comparison
equal deleted inserted replaced
2191:329267b09658 2192:e5401b6c4665
200 g_free(tmpFilename); 200 g_free(tmpFilename);
201 #endif 201 #endif
202 202
203 /* Check if there already is an open fileinfo window */ 203 /* Check if there already is an open fileinfo window */
204 if (xs_fileinfowin) 204 if (xs_fileinfowin)
205 gdk_window_raise(xs_fileinfowin->window); 205 gtk_window_present(GTK_WINDOW(xs_fileinfowin));
206 else { 206 else {
207 xs_fileinfowin = create_xs_fileinfowin(); 207 xs_fileinfowin = create_xs_fileinfowin();
208 #ifndef AUDACIOUS_PLUGIN 208 #ifndef AUDACIOUS_PLUGIN
209 XS_SIGNAL_CONNECT(gtk_range_get_adjustment(GTK_RANGE(LUW("fileinfo_subctrl_adj"))), 209 XS_SIGNAL_CONNECT(gtk_range_get_adjustment(GTK_RANGE(LUW("fileinfo_subctrl_adj"))),
210 "value_changed", xs_fileinfo_setsong, NULL); 210 "value_changed", xs_fileinfo_setsong, NULL);