diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-01-18 20:36:08 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-01-18 20:36:08 +0800 |
commit | 8ca0b5e05179ac7b04bf4c72121801525bb19d7f (patch) | |
tree | 43f08392d94ef7816c0f696528e006f6c7993b9c /src/bookmarks/ephy-bookmark-properties.c | |
parent | 353df69beec07dc0ff87cafef6586f5c6106c964 (diff) | |
download | gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.gz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.bz2 gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.lz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.xz gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.tar.zst gsoc2013-epiphany-8ca0b5e05179ac7b04bf4c72121801525bb19d7f.zip |
configure.ac
2007-01-18 Luca Ferretti <elle.uca@libero.it>
* data/icons/*/places/bookmark-web.*:
* data/icons/*/places/Makefile.am:
* data/icons/*/Makefile.am:
* configure.ac
Add to build new "bookmark-web" custom named icon at
16, 22 and 24 pixels - under new places directory.
* lib/ephy-stock-icons.c:
* lib/ephy-stock-icons.h:
* src/bookmarks/ephy-bookmark-properties.c:
* src/bookmarks/ephy-bookmark-action.c:
Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using
new "bookmark-web" custom named icon.
svn path=/trunk/; revision=6830
Diffstat (limited to 'src/bookmarks/ephy-bookmark-properties.c')
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index bc83675d2..29528a9d8 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -514,7 +514,7 @@ ephy_bookmark_properties_constructor (GType type, properties = EPHY_BOOKMARK_PROPERTIES (object); priv = properties->priv; - gtk_window_set_icon_name (window, STOCK_BOOKMARK); + gtk_window_set_icon_name (window, EPHY_STOCK_BOOKMARK); gtk_window_set_type_hint (window, GDK_WINDOW_TYPE_HINT_NORMAL); g_signal_connect (properties, "response", |