Mercurial > audlegacy
diff src/audacious/ui_main.c @ 2853:bec320cfcc12 trunk
use UiSkinnedButton instead of PButton in equalizerwin
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Fri, 22 Jun 2007 17:23:58 +0200 |
| parents | 22da7cd0eca0 |
| children | 68f3b7ff4333 |
line wrap: on
line diff
--- a/src/audacious/ui_main.c Sun Jun 17 16:53:40 2007 +0200 +++ b/src/audacious/ui_main.c Fri Jun 22 17:23:58 2007 +0200 @@ -133,7 +133,8 @@ static GtkWidget *mainwin_eject; static GtkWidget *mainwin_play, *mainwin_pause, *mainwin_stop; -static GtkWidget *mainwin_shuffle, *mainwin_repeat, *mainwin_eq, *mainwin_pl; +static GtkWidget *mainwin_shuffle, *mainwin_repeat; +GtkWidget *mainwin_eq, *mainwin_pl; TextBox *mainwin_info; TextBox *mainwin_stime_min, *mainwin_stime_sec;
