[Xfce4-commits] <parole:master> Small fix for not displaying the dvd menu when playlist is shown.
Sean Davis
noreply at xfce.org
Thu Dec 20 00:48:01 CET 2012
Updating branch refs/heads/master
to 1c115d42f0eaaaf23cc3033649aeeb3111a0da91 (commit)
from f538f9c6f939a959c98ecbafa647653f22f7514b (commit)
commit 1c115d42f0eaaaf23cc3033649aeeb3111a0da91
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Dec 19 18:46:46 2012 -0500
Small fix for not displaying the dvd menu when playlist is shown.
src/parole-player.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/parole-player.c b/src/parole-player.c
index 6d6b651..3fddfa4 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -440,7 +440,7 @@ void parole_player_set_playlist_visible (ParolePlayer *player, gboolean visibili
}
else
{
- gtk_widget_hide_all (player->priv->playlist_nt);
+ gtk_widget_hide (player->priv->playlist_nt);
gtk_image_set_from_stock( GTK_IMAGE( player->priv->show_hide_playlist_image ), "gtk-go-back", GTK_ICON_SIZE_LARGE_TOOLBAR );
gtk_widget_set_tooltip_text( GTK_WIDGET( player->priv->show_hide_playlist_button ), "Show playlist");
g_object_set (G_OBJECT (player->priv->conf),
More information about the Xfce4-commits
mailing list