comparison src/audacious/util.c @ 3470:8bd7d6129bc4 trunk

Oops, forgot this file.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 22:58:43 +0300
parents 6ceb4439c6a0
children d0775f9708e8
comparison
equal deleted inserted replaced
3469:0835a207463b 3470:8bd7d6129bc4
892 * Displays a message box. 892 * Displays a message box.
893 * 893 *
894 * Return value: A GTK widget handle for the message box. 894 * Return value: A GTK widget handle for the message box.
895 **/ 895 **/
896 GtkWidget * 896 GtkWidget *
897 xmms_show_message(const gchar * title, const gchar * text, 897 audacious_info_dialog(const gchar * title, const gchar * text,
898 const gchar * button_text, gboolean modal, 898 const gchar * button_text, gboolean modal,
899 GtkSignalFunc button_action, gpointer action_data) 899 GtkSignalFunc button_action, gpointer action_data)
900 { 900 {
901 GtkWidget *dialog; 901 GtkWidget *dialog;
902 GtkWidget *dialog_vbox, *dialog_hbox, *dialog_bbox; 902 GtkWidget *dialog_vbox, *dialog_hbox, *dialog_bbox;