summaryrefslogtreecommitdiff
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-09-11 22:23:56 +0900
committerXan Lopez <xan@gnome.org>2010-09-11 22:23:56 +0900
commite46901eb21ddd73117ab28e0260c651698e7255b (patch)
treed64d99b426c47d707d952b28de0be14f608cb48d /src/bookmarks/ephy-bookmarks-editor.c
parentd36dfe69183d0e5e1207f2faa290b7867fde2ba0 (diff)
downloadepiphany-e46901eb21ddd73117ab28e0260c651698e7255b.tar.gz
Update for latest GTK+ 3.x release.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 6a7c27b53..2f81b8c6a 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1500,7 +1500,7 @@ key_pressed_cb (EphyNodeView *view,
EphyBookmarksEditorPrivate *priv = editor->priv;
GtkAction *action;
- if (event->keyval == GDK_Delete || event->keyval == GDK_KP_Delete)
+ if (event->keyval == GDK_KEY_Delete || event->keyval == GDK_KEY_KP_Delete)
{
action = gtk_action_group_get_action (priv->action_group, "Delete");
if (gtk_action_get_sensitive (action))