aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-favicon-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-favicon-action.c')
-rw-r--r--src/ephy-favicon-action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-favicon-action.c b/src/ephy-favicon-action.c
index 376794cba..bf1d96d36 100644
--- a/src/ephy-favicon-action.c
+++ b/src/ephy-favicon-action.c
@@ -23,6 +23,7 @@
#include "ephy-dnd.h"
#include "ephy-favicon-cache.h"
#include "ephy-shell.h"
+#include "ephy-event-box.h"
#include "ephy-debug.h"
static GtkTargetEntry url_drag_types [] =
@@ -128,7 +129,7 @@ create_tool_item (EggAction *action)
item = GTK_WIDGET (egg_tool_item_new ());
- ebox = gtk_event_box_new ();
+ ebox = ephy_event_box_new ();
image = gtk_image_new ();
gtk_container_add (GTK_CONTAINER (ebox), image);
gtk_container_set_border_width (GTK_CONTAINER (ebox), 2);