comparison src/statusicon/si_ui.c @ 1697:f35f9d6fcb6d

Automated merge with file:/home/ccr/audacious/plugins
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 23:23:00 +0300
parents d158ce84fda7 f6f5603a0954
children 5fa26178eaef
comparison
equal deleted inserted replaced
1696:1ac047826c64 1697:f35f9d6fcb6d
572 about_text = g_strjoin( "" , "Status Icon Plugin " , SI_VERSION_PLUGIN , 572 about_text = g_strjoin( "" , "Status Icon Plugin " , SI_VERSION_PLUGIN ,
573 _("\nwritten by Giacomo Lozito < james@develia.org >\n\n" 573 _("\nwritten by Giacomo Lozito < james@develia.org >\n\n"
574 "This plugin provides a status icon, placed in\n" 574 "This plugin provides a status icon, placed in\n"
575 "the system tray area of the window manager.\n") , NULL ); 575 "the system tray area of the window manager.\n") , NULL );
576 576
577 about_dlg = xmms_show_message( about_title , about_text , _("Ok") , FALSE , NULL , NULL ); 577 about_dlg = audacious_info_dialog( about_title , about_text , _("Ok") , FALSE , NULL , NULL );
578 g_signal_connect( G_OBJECT(about_dlg) , "destroy" , 578 g_signal_connect( G_OBJECT(about_dlg) , "destroy" ,
579 G_CALLBACK(gtk_widget_destroyed), &about_dlg ); 579 G_CALLBACK(gtk_widget_destroyed), &about_dlg );
580 g_free( about_text ); 580 g_free( about_text );
581 g_free( about_title ); 581 g_free( about_title );
582 582