[kupfer] pidgin: Adjust rank of the Open Chat action



commit 19bcfa27eb043de4b2f5388813a64cae1dc70ad9
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Jan 19 01:52:35 2010 +0100

    pidgin: Adjust rank of the Open Chat action

 kupfer/plugin/pidgin.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/pidgin.py b/kupfer/plugin/pidgin.py
index 5ddcba4..24b31fc 100644
--- a/kupfer/plugin/pidgin.py
+++ b/kupfer/plugin/pidgin.py
@@ -89,6 +89,8 @@ class ContactAction (Action):
 
 class OpenChat(ContactAction):
 	""" Open Chat Conversation Window with jid """
+	# consider it as main action for pidgin contacts
+	rank_adjust = 5
 
 	def __init__(self):
 		Action.__init__(self, _('Open Chat'))



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