[epiphany] Remove all the lock stock icons



commit 62b676c7d9eba221bb5ebbe0a9c85c981131cdf6
Author: Xan Lopez <xan igalia com>
Date:   Fri Jan 27 00:29:09 2012 +0100

    Remove all the lock stock icons
    
    At this point we were only using the #defines in EphyLocationEntry to
    decide which symbolic icon to use, so keep that and delete everything
    else.

 data/icons/Makefile.am                             |   12 -
 data/icons/hicolor_status_16x16_lock-broken.png    |  Bin 805 -> 0 bytes
 data/icons/hicolor_status_16x16_lock-broken.svg    |  413 ---------
 data/icons/hicolor_status_16x16_lock-insecure.png  |  Bin 640 -> 0 bytes
 data/icons/hicolor_status_16x16_lock-insecure.svg  |  560 ------------
 .../hicolor_status_16x16_lock-secure-checked.png   |  Bin 831 -> 0 bytes
 .../hicolor_status_16x16_lock-secure-checked.svg   |  478 ----------
 data/icons/hicolor_status_16x16_lock-secure.png    |  Bin 709 -> 0 bytes
 data/icons/hicolor_status_16x16_lock-secure.svg    |  407 ---------
 data/icons/hicolor_status_24x24_lock-broken.png    |  Bin 1081 -> 0 bytes
 data/icons/hicolor_status_24x24_lock-broken.svg    |  607 -------------
 data/icons/hicolor_status_24x24_lock-insecure.png  |  Bin 1010 -> 0 bytes
 data/icons/hicolor_status_24x24_lock-insecure.svg  |  618 -------------
 .../hicolor_status_24x24_lock-secure-checked.png   |  Bin 1155 -> 0 bytes
 .../hicolor_status_24x24_lock-secure-checked.svg   |  506 -----------
 data/icons/hicolor_status_24x24_lock-secure.png    |  Bin 961 -> 0 bytes
 data/icons/hicolor_status_24x24_lock-secure.svg    |  470 ----------
 data/icons/hicolor_status_48x48_lock-broken.png    |  Bin 2922 -> 0 bytes
 data/icons/hicolor_status_48x48_lock-broken.svg    |  943 -------------------
 data/icons/hicolor_status_48x48_lock-insecure.png  |  Bin 3000 -> 0 bytes
 data/icons/hicolor_status_48x48_lock-insecure.svg  |  616 -------------
 .../hicolor_status_48x48_lock-secure-checked.png   |  Bin 3110 -> 0 bytes
 .../hicolor_status_48x48_lock-secure-checked.svg   |  950 --------------------
 data/icons/hicolor_status_48x48_lock-secure.png    |  Bin 2849 -> 0 bytes
 data/icons/hicolor_status_48x48_lock-secure.svg    |  573 ------------
 lib/ephy-stock-icons.c                             |    5 +-
 lib/ephy-stock-icons.h                             |    3 -
 lib/widgets/ephy-location-entry.h                  |    4 +
 28 files changed, 5 insertions(+), 7160 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index d77a919..7a74bcc 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -14,22 +14,10 @@ private_icons = \
 	hicolor_places_16x16_bookmark-web.png \
 	hicolor_places_22x22_bookmark-web.png \
 	hicolor_places_24x24_bookmark-web.png \
-	hicolor_status_16x16_lock-broken.png \
-	hicolor_status_16x16_lock-insecure.png \
-	hicolor_status_16x16_lock-secure-checked.png \
-	hicolor_status_16x16_lock-secure.png \
 	hicolor_status_16x16_popup-hidden.png \
 	hicolor_status_22x22_popup-hidden.png \
-	hicolor_status_24x24_lock-broken.png \
-	hicolor_status_24x24_lock-insecure.png \
-	hicolor_status_24x24_lock-secure-checked.png \
-	hicolor_status_24x24_lock-secure.png \
 	hicolor_status_24x24_popup-hidden.png \
 	hicolor_status_32x32_popup-hidden.png \
-	hicolor_status_48x48_lock-broken.png \
-	hicolor_status_48x48_lock-insecure.png \
-	hicolor_status_48x48_lock-secure-checked.png \
-	hicolor_status_48x48_lock-secure.png \
 	hicolor_status_scalable_popup-hidden.svg \
 	$(NULL)
 
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index d3c3971..79fe912 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -44,10 +44,7 @@ ephy_stock_icons_init (void)
 		{ EPHY_STOCK_POPUPS,	N_("Popup Windows"),	0, 0, NULL },
 		{ EPHY_STOCK_HISTORY,	N_("History"),		0, 0, NULL },
 		{ EPHY_STOCK_BOOKMARK,  N_("Bookmark"),         0, 0, NULL },
-		{ EPHY_STOCK_BOOKMARKS, N_("Bookmarks"),	0, 0, NULL },
-		{ STOCK_LOCK_INSECURE },
-		{ STOCK_LOCK_SECURE },
-		{ STOCK_LOCK_BROKEN }
+		{ EPHY_STOCK_BOOKMARKS, N_("Bookmarks"),	0, 0, NULL }
 	};
 
 	factory = gtk_icon_factory_new ();
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 17ce6cb..3223906 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -33,9 +33,6 @@ G_BEGIN_DECLS
 #define EPHY_STOCK_HISTORY         "history-view"
 #define EPHY_STOCK_BOOKMARK        "bookmark-web"
 #define EPHY_STOCK_BOOKMARKS       "bookmark-view"
-#define STOCK_LOCK_INSECURE        "lock-insecure"
-#define STOCK_LOCK_SECURE          "lock-secure"
-#define STOCK_LOCK_BROKEN          "lock-broken"
 
 /* Named icons defined in fd.o Icon Naming Spec */
 #define STOCK_NEW_TAB              "tab-new"
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index 6d40f3d..1bc923a 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -61,6 +61,10 @@ struct _EphyLocationEntry
 	EphyLocationEntryPrivate *priv;
 };
 
+#define STOCK_LOCK_INSECURE        "lock-insecure"
+#define STOCK_LOCK_SECURE          "lock-secure"
+#define STOCK_LOCK_BROKEN          "lock-broken"
+
 GType		ephy_location_entry_get_type		(void);
 
 GtkWidget      *ephy_location_entry_new			(void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]