Mercurial > audlegacy
comparison src/audacious/ui_main.c @ 3016:e84073b61ba5 trunk
fix tinyplayer skin
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Mon, 09 Jul 2007 13:02:50 +0200 |
| parents | 3c4ed53a685f |
| children | 89b85a1b7fd2 6065d70cb790 |
comparison
equal
deleted
inserted
replaced
| 3012:d891850c4042 | 3016:e84073b61ba5 |
|---|---|
| 661 gtk_widget_hide(mainwin_freq_text); | 661 gtk_widget_hide(mainwin_freq_text); |
| 662 widget_hide(WIDGET(mainwin_monostereo)); | 662 widget_hide(WIDGET(mainwin_monostereo)); |
| 663 | 663 |
| 664 if (bmp_active_skin->properties.mainwin_othertext_visible) | 664 if (bmp_active_skin->properties.mainwin_othertext_visible) |
| 665 gtk_widget_show(mainwin_othertext); | 665 gtk_widget_show(mainwin_othertext); |
| 666 else | |
| 667 if (GTK_WIDGET_VISIBLE(mainwin_othertext)) | |
| 668 gtk_widget_hide(mainwin_othertext); | |
| 666 } | 669 } |
| 667 else | 670 else |
| 668 { | 671 { |
| 669 gtk_widget_show(mainwin_rate_text); | 672 gtk_widget_show(mainwin_rate_text); |
| 670 gtk_widget_show(mainwin_freq_text); | 673 gtk_widget_show(mainwin_freq_text); |
