Mercurial > audlegacy-plugins
diff src/amidi-plug/i_configure.c @ 2195:9773d2c69857
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Wed, 28 Nov 2007 18:15:40 +0100 |
parents | e5401b6c4665 |
children | bd3a24b39058 |
line wrap: on
line diff
--- a/src/amidi-plug/i_configure.c Wed Nov 28 18:15:33 2007 +0100 +++ b/src/amidi-plug/i_configure.c Wed Nov 28 18:15:40 2007 +0100 @@ -234,7 +234,7 @@ g_object_set_data( G_OBJECT(button_ok) , "bapply_pressed" , GUINT_TO_POINTER(0) ); if ( configwin_warnmsg != NULL ) { - gdk_window_raise( configwin_warnmsg->window ); + gtk_window_present(GTK_WINDOW(configwin_warnmsg)); } else {