[gimp] Bug 666308 - Can't leave fullscreen-mode when are no opened images



commit fde82c64b8f5dc239f6d4bdd968792baf722aa44
Author: Michael Natterer <mitch gimp org>
Date:   Thu Dec 15 22:37:00 2011 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c
index b47db0e..2b842e8 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]