diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-stock-icons.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-05-27 Christian Persch <chpe@gnome.org> + * lib/ephy-stock-icons.c: (ephy_stock_icons_init): + + No need to make this data static. + +2007-05-27 Christian Persch <chpe@gnome.org> + * embed/mozilla/GeckoPrintService.cpp: Take the printer's capabilities into account. 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, |