[gimp/metadata-browser] Bug 666308 - Can't leave fullscreen-mode when are no opened images
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Bug 666308 - Can't leave fullscreen-mode when are no opened images
- Date: Wed, 12 Sep 2012 22:28:13 +0000 (UTC)
commit 43088ab4c426f83b5926c69a017b184c4f64420a
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]