Mercurial > audlegacy
diff src/audacious/util.c @ 3731:0e5da33a32b7
fun util dialog shit -> vtable
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 13 Oct 2007 19:11:52 -0500 |
parents | ebf763c51061 |
children | d24d28e76588 |
line wrap: on
line diff
--- a/src/audacious/util.c Sat Oct 13 19:08:44 2007 -0500 +++ b/src/audacious/util.c Sat Oct 13 19:11:52 2007 -0500 @@ -894,9 +894,9 @@ * Return value: A GTK widget handle for the message box. **/ GtkWidget * -audacious_info_dialog(const gchar * title, const gchar * text, - const gchar * button_text, gboolean modal, - GCallback button_action, gpointer action_data) +util_info_dialog(const gchar * title, const gchar * text, + const gchar * button_text, gboolean modal, + GCallback button_action, gpointer action_data) { GtkWidget *dialog; GtkWidget *dialog_vbox, *dialog_hbox, *dialog_bbox;