[kupfer] putty,tsclient: fix category name



commit 7bb9244f38d09a6bc565fdd5b2ea92b7384ec0d4
Author: Karol BÄ?dkowski <karol bedkowsk+gh gmail com>
Date:   Sat Jan 9 22:01:12 2010 +0100

    putty,tsclient: fix category name

 kupfer/plugin/putty.py    |    2 +-
 kupfer/plugin/tsclient.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/plugin/putty.py b/kupfer/plugin/putty.py
index 96c9361..65c9650 100644
--- a/kupfer/plugin/putty.py
+++ b/kupfer/plugin/putty.py
@@ -63,7 +63,7 @@ class PuttySessionSource(AppLeafContentMixin, ToplevelGroupingSource,
 	appleaf_content_id = 'putty'
 
 	def __init__(self, name=_("PuTTY Sessions")):
-		super(PuttySessionSource, self).__init__(name, "Sessions")
+		super(PuttySessionSource, self).__init__(name, "hosts")
 		self._version = 2
 		self._putty_sessions_dir = os.path.expanduser('~/.putty/sessions')
 		self.unpickle_finish()
diff --git a/kupfer/plugin/tsclient.py b/kupfer/plugin/tsclient.py
index bd32912..5c18baf 100644
--- a/kupfer/plugin/tsclient.py
+++ b/kupfer/plugin/tsclient.py
@@ -61,7 +61,7 @@ class TsclientSessionSource(AppLeafContentMixin, ToplevelGroupingSource,
 	appleaf_content_id = 'tsclient'
 
 	def __init__(self, name=_("TSClient sessions")):
-		ToplevelGroupingSource.__init__(self, name, "Sessions")
+		ToplevelGroupingSource.__init__(self, name, "hosts")
 		self._sessions_dir = os.path.expanduser('~/.tsclient')
 		self._version = 2
 



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