diff options
author | Christian Persch <chpe@gnome.org> | 2007-05-27 19:54:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-05-27 19:54:50 +0800 |
commit | f0447ebe2550c39d9fd31885ce510af4e63f2824 (patch) | |
tree | 43a26e94fad9bc5b73d8da8171f30d2e38ce709b /lib | |
parent | d439a5efcd743c799c84249b96f79b2a8398f76e (diff) | |
download | gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.tar gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.tar.gz gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.tar.bz2 gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.tar.lz gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.tar.xz gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.tar.zst gsoc2013-epiphany-f0447ebe2550c39d9fd31885ce510af4e63f2824.zip |
No need to make this data static.
2007-05-27 Christian Persch <chpe@gnome.org>
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
No need to make this data static.
svn path=/trunk/; revision=7052
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |