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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
