diff src/statusicon/si_ui.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 95b8abed24c7
children f35f9d6fcb6d
line wrap: on
line diff
--- a/src/statusicon/si_ui.c	Sun Sep 09 22:25:40 2007 +0300
+++ b/src/statusicon/si_ui.c	Sun Sep 09 22:42:22 2007 +0300
@@ -574,7 +574,7 @@
                    "This plugin provides a status icon, placed in\n"
                    "the system tray area of the window manager.\n") , NULL );
 
-  about_dlg = xmms_show_message( about_title , about_text , _("Ok") , FALSE , NULL , NULL );
+  about_dlg = audacious_info_dialog( about_title , about_text , _("Ok") , FALSE , NULL , NULL );
   g_signal_connect( G_OBJECT(about_dlg) , "destroy" ,
                     G_CALLBACK(gtk_widget_destroyed), &about_dlg );
   g_free( about_text );