diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-06-26 23:56:18 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-06-26 23:56:18 +0800 |
commit | 3fe4549839878cb97d604fde8fdc769f8dd0cf89 (patch) | |
tree | 6b6bbc10cafe33457a48cd102482630462b44e5b | |
parent | 2290385dc8e655a6bea011aff1dde14f832e07a4 (diff) | |
download | gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.gz gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.bz2 gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.lz gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.xz gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.zst gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.zip |
use "document-page-setup" named icon for STOCK_PRINT_SETUP (now available
2007-06-26 Luca Ferretti <elle.uca@libero.it>
* lib/ephy-stock-icons.h: use "document-page-setup" named icon for
STOCK_PRINT_SETUP (now available on gnome-icon-theme trunk); add
comments to explain icons origin (icon naming spec, custom,
deprecated...)
svn path=/trunk/; revision=7099
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 6 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2007-06-26 Luca Ferretti <elle.uca@libero.it> + + * lib/ephy-stock-icons.h: use "document-page-setup" named icon for + STOCK_PRINT_SETUP (now available on gnome-icon-theme trunk); add + comments to explain icons origin (icon naming spec, custom, + deprecated...) + 2007-06-25 Felix Riemann <friemann@svn.gnome.org> * lib/egg/egg-toolbar-editor.c: (event_box_realize_cb): diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 40ba96167..133a92e26 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -25,6 +25,7 @@ G_BEGIN_DECLS #define EPHY_STOCK_EPHY "web-browser" +/* Custom Epiphany named icons */ #define EPHY_STOCK_POPUPS "popup-hidden" #define EPHY_STOCK_HISTORY "history-view" #define EPHY_STOCK_BOOKMARK "bookmark-web" @@ -32,11 +33,14 @@ G_BEGIN_DECLS #define EPHY_STOCK_ENTRY "location-entry" #define EPHY_STOCK_DOWNLOAD "download" +/* Named icons defined in fd.o Icon Naming Spec */ #define STOCK_NEW_TAB "tab-new" #define STOCK_NEW_WINDOW "window-new" #define STOCK_SEND_MAIL "mail-forward" #define STOCK_ADD_BOOKMARK "bookmark-new" -#define STOCK_PRINT_SETUP "stock_print-setup" /*document-page-setup*/ +#define STOCK_PRINT_SETUP "document-page-setup" + +/* Deprecated named icons from g-i-t */ #define STOCK_LOCK_INSECURE "stock_lock-open" #define STOCK_LOCK_SECURE "stock_lock" #define STOCK_LOCK_BROKEN "stock_lock-broken" |