Mercurial > audlegacy-plugins
changeset 2898:471b12137183
fix compile
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Wed, 13 Aug 2008 12:40:52 +0300 |
parents | 8eaff6228606 |
children | 130ab8a76ce6 |
files | src/icecast/icecast.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/icecast/icecast.c Wed Aug 13 12:39:21 2008 +0300 +++ b/src/icecast/icecast.c Wed Aug 13 12:40:52 2008 +0300 @@ -32,6 +32,7 @@ static GtkWidget *configure_win = NULL, *configure_vbox; static GtkWidget *addr_entry, *port_spin, *timeout_spin, *buffersize_spin, *bufferflush_spin; static GtkWidget *user_entry, *password_entry, *mount_entry; +static GtkWidget *public_check, *name_entry, *url_entry, *genre_entry, *description_entry; static GtkWidget *configure_bbox, *configure_ok, *configure_cancel; static guint ice_tid = 0;