aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 603096792..b7d4d4be7 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1321,7 +1321,7 @@ connect_tool_item (GtkWidget *proxy, EphyWindow *window)
g_signal_connect (proxy, "drag_begin",
G_CALLBACK (tool_item_drag_begin_cb), window);
- g_signal_connect (proxy, "enter-notify-event",
+ g_signal_connect (proxy, "enter-notify-event",
G_CALLBACK (tool_item_enter_cb), window);
g_signal_connect (proxy, "leave-notify-event",
G_CALLBACK (tool_item_leave_cb), window);