From fde82c64b8f5dc239f6d4bdd968792baf722aa44 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 15 Dec 2011 22:37:00 +0100 Subject: [PATCH] Bug 666308 - Can't leave fullscreen-mode when are no opened images Allow to toggle View->Fullscreen of the empty image window. This should probably be integrated in session management, but better a fix that makes it somewhat work than leaving users stuck with a fullscreen empty window. --- app/actions/view-actions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c index b47db0e519..2b842e85c1 100644 --- a/app/actions/view-actions.c +++ b/app/actions/view-actions.c @@ -671,7 +671,6 @@ view_actions_update (GimpActionGroup *group, SET_ACTIVE ("view-show-statusbar", display && options->show_statusbar); SET_SENSITIVE ("view-shrink-wrap", image); - SET_SENSITIVE ("view-fullscreen", image); SET_ACTIVE ("view-fullscreen", display && fullscreen); SET_ACTIVE ("view-use-gegl", use_gegl);