From f0447ebe2550c39d9fd31885ce510af4e63f2824 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 27 May 2007 11:54:50 +0000 Subject: No need to make this data static. 2007-05-27 Christian Persch * lib/ephy-stock-icons.c: (ephy_stock_icons_init): No need to make this data static. svn path=/trunk/; revision=7052 --- ChangeLog | 6 ++++++ lib/ephy-stock-icons.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7bb56a744..b09fae84b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-27 Christian Persch + + * lib/ephy-stock-icons.c: (ephy_stock_icons_init): + + No need to make this data static. + 2007-05-27 Christian Persch * embed/mozilla/GeckoPrintService.cpp: diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 314db3136..37f931832 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -37,7 +37,7 @@ ephy_stock_icons_init (void) GtkIconSource *icon_source; int i; - static const char *icon_theme_items[] = + const char *icon_theme_items[] = { STOCK_NEW_TAB, STOCK_NEW_WINDOW, -- cgit