[epiphany/gnome-3-18] window: Fix missing return value
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-18] window: Fix missing return value
- Date: Fri, 3 Feb 2017 20:13:03 +0000 (UTC)
commit 0f67243b5bba89ee5fa6f762fcc267354e61a615
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Feb 3 13:45:01 2017 -0600
window: Fix missing return value
src/ephy-window.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ff9b308..c7293aa 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -880,6 +880,8 @@ ephy_window_should_view_receive_key_press_event (EphyWindow *window,
if ((event->state & state_mask) == GDK_MOD1_MASK)
return keyval != GDK_KEY_Left && /* Back */
keyval != GDK_KEY_Right; /* Forward */
+
+ return TRUE;
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]