comparison src/timidity/xmms-timidity.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 b8da6a0b0da2
children 4f84615468b7
comparison
equal deleted inserted replaced
2191:329267b09658 2192:e5401b6c4665
120 g_free(about_title); 120 g_free(about_title);
121 g_free(about_text); 121 g_free(about_text);
122 } 122 }
123 else 123 else
124 { 124 {
125 gdk_window_raise(xmmstimid_about_wnd->window); 125 gtk_window_present(GTK_WINDOW(xmmstimid_about_wnd));
126 } 126 }
127 } 127 }
128 128
129 void xmmstimid_conf_ok(GtkButton *button, gpointer user_data); 129 void xmmstimid_conf_ok(GtkButton *button, gpointer user_data);
130 130
180 default: tb = NULL; 180 default: tb = NULL;
181 } 181 }
182 if (tb != NULL) gtk_toggle_button_set_active(tb, TRUE); 182 if (tb != NULL) gtk_toggle_button_set_active(tb, TRUE);
183 183
184 gtk_widget_show(xmmstimid_conf_wnd); 184 gtk_widget_show(xmmstimid_conf_wnd);
185 gdk_window_raise(xmmstimid_conf_wnd->window); 185 gtk_window_present(GTK_WINDOW(xmmstimid_conf_wnd));
186 } 186 }
187 187
188 void xmmstimid_conf_ok(GtkButton *button, gpointer user_data) { 188 void xmmstimid_conf_ok(GtkButton *button, gpointer user_data) {
189 ConfigDb *db; 189 ConfigDb *db;
190 190