[kupfer] plugin.clawsmail: Use send-receive icon for receive, use other names



commit a106b90b9dc25e6e6fa0b137be701c52156add99
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Oct 28 22:42:20 2009 +0100

    plugin.clawsmail: Use send-receive icon for receive, use other names
    
    Use other names for the same icons, using the names I found in the
    `Icon Naming Specification`__. There is no icon for receive all there,
    so we use the mail-send-receive icon.
    
    This gives a better, high-resolution icon in my icon theme.
    
    __ http://standards.freedesktop.org/icon-naming-spec/

 kupfer/plugin/clawsmail.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kupfer/plugin/clawsmail.py b/kupfer/plugin/clawsmail.py
index 6b67200..58bf897 100644
--- a/kupfer/plugin/clawsmail.py
+++ b/kupfer/plugin/clawsmail.py
@@ -53,7 +53,7 @@ class ComposeMail(RunnableLeaf):
 		return _("Compose New Mail with Claws Mail")
 
 	def get_icon_name(self):
-		return "stock_mail-compose"
+		return "mail-message-new"
 
 
 class ReceiveMail(RunnableLeaf):
@@ -68,7 +68,7 @@ class ReceiveMail(RunnableLeaf):
 		return _("Receive new mail from all accounts by ClawsMail")
 
 	def get_icon_name(self):
-		return "stock_mail-receive"
+		return "mail-send-receive"
 
 
 class NewMailAction(Action):
@@ -84,7 +84,7 @@ class NewMailAction(Action):
 		utils.launch_commandline("claws-mail --compose '%s'" % email)
 
 	def get_icon_name(self):
-		return 'stock_mail-compose'
+		return "mail-message-new"
 
 	def item_types(self):
 		yield ClawsContact



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