[gnome-sharing-service] use stock email icon, which is called email



commit f6d37ce1d93711ebad60c097ad0ae80927a874b4
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Sun Jul 4 12:15:36 2010 +0200

    use stock email icon, which is called email

 src/gss/plugins/email.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gss/plugins/email.py b/src/gss/plugins/email.py
index 3cf5513..ca4ff70 100644
--- a/src/gss/plugins/email.py
+++ b/src/gss/plugins/email.py
@@ -35,7 +35,7 @@ COLUMN_PIXBUF, COLUMN_NAME, COLUMN_SEARCH, COLUMN_VISIBLE = range(4)
 class EmailSharing(Plugin):
   name = "Email"
   description = "Email Sharing"
-  icon = "mail"
+  icon = "email"
   supported_filetypes = []
 
   activated = False



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