[gnome-documents/wip/ui-changes] main-window: don't always eat Escape key
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/ui-changes] main-window: don't always eat Escape key
- Date: Tue, 4 Dec 2012 23:16:50 +0000 (UTC)
commit e4512c3c17facabb14f852b66ac4bc90fc5d06d7
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Dec 4 18:11:04 2012 -0500
main-window: don't always eat Escape key
src/mainWindow.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 6767584..9cd8913 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -165,7 +165,7 @@ const MainWindow = new Lang.Class({
else if (fullscreen)
Global.documentManager.setActiveItem(null);
- return true;
+ return false;
}
if (((state & Gdk.ModifierType.MOD1_MASK) != 0 &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]