Mercurial > audlegacy
changeset 3470:8bd7d6129bc4 trunk
Oops, forgot this file.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 09 Sep 2007 22:58:43 +0300 |
parents | 0835a207463b |
children | 95d8ceb5e1d7 |
files | src/audacious/util.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/util.c Sun Sep 09 22:41:29 2007 +0300 +++ b/src/audacious/util.c Sun Sep 09 22:58:43 2007 +0300 @@ -894,7 +894,7 @@ * Return value: A GTK widget handle for the message box. **/ GtkWidget * -xmms_show_message(const gchar * title, const gchar * text, +audacious_info_dialog(const gchar * title, const gchar * text, const gchar * button_text, gboolean modal, GtkSignalFunc button_action, gpointer action_data) {