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.
This commit is contained in:
Michael Natterer 2011-12-15 22:37:00 +01:00
parent 51a8e66824
commit fde82c64b8
1 changed files with 0 additions and 1 deletions

View File

@ -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);