From d45ffbca233cbd1d726769c5c91308df12fb3b29 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 25 Sep 2007 15:14:00 +0000 Subject: Fix the icon name to use EPHY_STOCK_EPHY svn path=/trunk/; revision=7490 --- embed/xulrunner/components/GeckoCookiePromptService.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed/xulrunner') diff --git a/embed/xulrunner/components/GeckoCookiePromptService.cpp b/embed/xulrunner/components/GeckoCookiePromptService.cpp index 4fc7c21a6..722d9abd8 100644 --- a/embed/xulrunner/components/GeckoCookiePromptService.cpp +++ b/embed/xulrunner/components/GeckoCookiePromptService.cpp @@ -34,6 +34,7 @@ #include "ephy-debug.h" #include "ephy-gui.h" +#include "ephy-stock-icons.h" #include "AutoJSContextStack.h" #include "AutoWindowModalState.h" @@ -96,7 +97,7 @@ GeckoCookiePromptService::CookieDialog (nsIDOMWindow *aParent, GtkDialog *gdialog = GTK_DIALOG (dialog); GtkMessageDialog *message_dialog = GTK_MESSAGE_DIALOG (dialog); - gtk_window_set_icon_name (window, "web-browser"); + gtk_window_set_icon_name (window, EPHY_STOCK_EPHY); gtk_window_set_title (window, _("Accept Cookie?")); if (aChangingCookie) { -- cgit v1.2.3