aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--lib/ephy-stock-icons.h6
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 610a84dfa..7e6067570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"