From b503cf31550e1efebe0b7cc920f1395f31c6e97b Mon Sep 17 00:00:00 2001
From: Xan Lopez <xan@igalia.com>
Date: Fri, 27 Jan 2012 11:18:11 +0100
Subject: Get rid of EPHY_STOCK_EPHY

In 99% of the cases we were using it for gtk_window_set_icon_name,
which does nothing in GNOME 3. In the couple of valid use cases, just
use "web-browser" directly.
---
 tests/ephy-embed-single.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'tests')

diff --git a/tests/ephy-embed-single.c b/tests/ephy-embed-single.c
index 8a90c12a7..03ad035cf 100644
--- a/tests/ephy-embed-single.c
+++ b/tests/ephy-embed-single.c
@@ -28,7 +28,6 @@
 #include "ephy-embed-prefs.h"
 #include "ephy-file-helpers.h"
 #include "ephy-shell.h"
-#include "ephy-stock-icons.h"
 #include <gtk/gtk.h>
 
 static void
-- 
cgit