Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 1677:f6f5603a0954
xmms_show_message() changed to audacious_info_dialog()
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Sun, 09 Sep 2007 22:42:22 +0300 |
| parents | 4e612b01f303 |
| children | f35f9d6fcb6d |
line wrap: on
line diff
--- a/src/madplug/plugin.c Sun Sep 09 22:25:40 2007 +0300 +++ b/src/madplug/plugin.c Sun Sep 09 22:42:22 2007 +0300 @@ -592,7 +592,7 @@ MAD_VERSION_MAJOR, MAD_VERSION_MINOR, MAD_VERSION_PATCH, MAD_VERSION_EXTRA); - aboutbox = xmms_show_message(_("About MPEG Audio Plugin"), + aboutbox = audacious_info_dialog(_("About MPEG Audio Plugin"), scratch, _("Ok"), FALSE, NULL, NULL); @@ -617,7 +617,7 @@ va_end(args); GDK_THREADS_ENTER(); error_dialog = - xmms_show_message(_("Error"), string, _("Ok"), FALSE, 0, 0); + audacious_info_dialog(_("Error"), string, _("Ok"), FALSE, 0, 0); gtk_signal_connect(GTK_OBJECT(error_dialog), "destroy", GTK_SIGNAL_FUNC(gtk_widget_destroyed), &error_dialog);
