[gnome-online-accounts] icons: Drop the Windows Live icon



commit 829e2a09e7d4d9e6961ddf393f2042ad8eee8ea6
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Aug 17 16:20:32 2012 +0200

    icons: Drop the Windows Live icon
    
    There is no single visual representation for Windows Live. SkyDrive,
    Hotmail and Messenger all have different icons and sometimes the
    Windows logo is used to represent Windows Live. So, using a teddy bear
    icon is just as appropriate as a butterfly.

 data/icons/16x16/Makefile.am            |    1 -
 data/icons/16x16/goa-account-msn.png    |  Bin 835 -> 0 bytes
 data/icons/22x22/Makefile.am            |    1 -
 data/icons/22x22/goa-account-msn.png    |  Bin 1281 -> 0 bytes
 data/icons/24x24/Makefile.am            |    1 -
 data/icons/24x24/goa-account-msn.png    |  Bin 1407 -> 0 bytes
 data/icons/32x32/Makefile.am            |    1 -
 data/icons/32x32/goa-account-msn.png    |  Bin 1660 -> 0 bytes
 data/icons/48x48/Makefile.am            |    1 -
 data/icons/48x48/goa-account-msn.png    |  Bin 2778 -> 0 bytes
 src/goabackend/goawindowsliveprovider.c |    8 --------
 11 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index ec85f5b..54688e2 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -5,7 +5,6 @@ icon_DATA =				\
 	goa-account.png			\
 	goa-account-facebook.png	\
 	goa-account-google.png		\
-	goa-account-msn.png		\
 	goa-account-twitter.png		\
 	goa-account-yahoo.png		\
 	$(NULL)
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
index d13a3d6..b3826c5 100644
--- a/data/icons/22x22/Makefile.am
+++ b/data/icons/22x22/Makefile.am
@@ -5,7 +5,6 @@ icon_DATA = 				\
 	goa-account.png			\
 	goa-account-facebook.png	\
 	goa-account-google.png		\
-	goa-account-msn.png		\
 	goa-account-twitter.png		\
 	goa-account-yahoo.png		\
 	$(NULL)
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index 4e2ffc8..a8ee709 100644
--- a/data/icons/24x24/Makefile.am
+++ b/data/icons/24x24/Makefile.am
@@ -5,7 +5,6 @@ icon_DATA = 				\
 	goa-account.png			\
 	goa-account-facebook.png	\
 	goa-account-google.png		\
-	goa-account-msn.png		\
 	goa-account-twitter.png		\
 	goa-account-yahoo.png		\
 	$(NULL)
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
index 612c6de..94703a1 100644
--- a/data/icons/32x32/Makefile.am
+++ b/data/icons/32x32/Makefile.am
@@ -5,7 +5,6 @@ icon_DATA = 				\
 	goa-account.png			\
 	goa-account-facebook.png	\
 	goa-account-google.png		\
-	goa-account-msn.png		\
 	goa-account-twitter.png		\
 	goa-account-yahoo.png		\
 	$(NULL)
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index 5009a91..2d106b1 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -5,7 +5,6 @@ icon_DATA = 				\
 	goa-account.png			\
 	goa-account-facebook.png	\
 	goa-account-google.png		\
-	goa-account-msn.png		\
 	goa-account-twitter.png		\
 	goa-account-yahoo.png		\
 	$(NULL)
diff --git a/src/goabackend/goawindowsliveprovider.c b/src/goabackend/goawindowsliveprovider.c
index 04c13f2..70432c4 100644
--- a/src/goabackend/goawindowsliveprovider.c
+++ b/src/goabackend/goawindowsliveprovider.c
@@ -82,13 +82,6 @@ get_provider_name (GoaProvider *_provider,
   return g_strdup (_("Windows Live"));
 }
 
-static GIcon *
-get_provider_icon (GoaProvider *provider,
-                   GoaObject   *object)
-{
-  return g_themed_icon_new_with_default_fallbacks ("goa-account-msn");
-}
-
 static const gchar *
 get_authorization_uri (GoaOAuth2Provider *provider)
 {
@@ -414,7 +407,6 @@ goa_windows_live_provider_class_init (GoaWindowsLiveProviderClass *klass)
   provider_class = GOA_PROVIDER_CLASS (klass);
   provider_class->get_provider_type          = get_provider_type;
   provider_class->get_provider_name          = get_provider_name;
-  provider_class->get_provider_icon          = get_provider_icon;
   provider_class->build_object               = build_object;
   provider_class->show_account               = show_account;
   provider_class->get_credentials_generation = get_credentials_generation;



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