[Xfce4-commits] <midori:master> Void Page Up/ Page down in the address entry
Christian Dywan
noreply at xfce.org
Mon Oct 12 23:26:01 CEST 2009
Updating branch refs/heads/master
to 8a62c9ee7a48095928790b0bc8320ec5f5cbbcfd (commit)
from 625ad79631df28709df733d105760383cb60eb70 (commit)
commit 8a62c9ee7a48095928790b0bc8320ec5f5cbbcfd
Author: Alexander Butenko <a.butenka at gmail.com>
Date: Mon Oct 12 23:17:57 2009 +0200
Void Page Up/ Page down in the address entry
It is presumably not an important binding, and accidentally
using it is more annoying than helpful.
midori/midori-locationentry.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/midori/midori-locationentry.c b/midori/midori-locationentry.c
index 2c52569..eba3477 100644
--- a/midori/midori-locationentry.c
+++ b/midori/midori-locationentry.c
@@ -409,6 +409,11 @@ entry_key_press_event (GtkWidget* widget,
gtk_combo_box_popup (GTK_COMBO_BOX (location_entry));
return TRUE;
}
+ case GDK_Page_Up:
+ case GDK_Page_Down:
+ {
+ return TRUE;
+ }
}
return FALSE;
More information about the Xfce4-commits
mailing list