[Xfce4-commits] <parole:master> Drop fullscreen-widget-name as we're using the osd-class in Gtk3 anyway
Simon Steinbeiss
noreply at xfce.org
Fri Oct 11 11:50:24 CEST 2013
Updating branch refs/heads/master
to e00256f810a195e6ce79dcce4e7a4c26d2083fa9 (commit)
from f1f727cfa13fdc345f44353ecd0ef86d07f36509 (commit)
commit e00256f810a195e6ce79dcce4e7a4c26d2083fa9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Aug 20 15:12:08 2013 +0200
Drop fullscreen-widget-name
as we're using the osd-class in Gtk3 anyway
src/parole-player.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/parole-player.c b/src/parole-player.c
index c3c2f2c..c3c2d4f 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -3352,9 +3352,8 @@ parole_player_init (ParolePlayer *player)
shuffle);
parole_media_list_set_shuffle_toggled(player->priv->list, shuffle);
-
+
player->priv->fs_window = gtk_window_new (GTK_WINDOW_POPUP);
- gtk_widget_set_name(GTK_WIDGET(player->priv->fs_window), "ParoleFullscreen");
gtk_window_set_opacity( GTK_WINDOW(player->priv->fs_window), 0.70 );
gtk_window_set_gravity (GTK_WINDOW (player->priv->fs_window), GDK_GRAVITY_SOUTH_WEST);
More information about the Xfce4-commits
mailing list