[Xfce4-commits] [apps/xfdashboard] 01/02: Set fullscreen only once at stage when stage object instance is created.

noreply at xfce.org noreply at xfce.org
Thu May 11 15:13:59 CEST 2017


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 2e676ddf96b378ad758fe2724c9830359529044f
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu May 11 14:41:13 2017 +0200

    Set fullscreen only once at stage when stage object instance is created.
---
 libxfdashboard/stage.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libxfdashboard/stage.c b/libxfdashboard/stage.c
index da24dba..585cd7f 100644
--- a/libxfdashboard/stage.c
+++ b/libxfdashboard/stage.c
@@ -1524,9 +1524,6 @@ static void _xfdashboard_stage_show(ClutterActor *inActor)
 		xfdashboard_viewpad_set_active_view(XFDASHBOARD_VIEWPAD(priv->viewpad), switchView);
 	}
 
-	/* Set stage to fullscreen just in case it forgot about it */
-	clutter_stage_set_fullscreen(CLUTTER_STAGE(self), TRUE);
-
 	/* If we do not know the stage window connect signal to find it */
 	if(!priv->stageWindow)
 	{

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list