Add size request to BuddyActivityView and use it in IconLayout

This commit is contained in:
Marco Pesenti Gritti
2006-09-25 11:35:30 +02:00
parent 3e4c8cabc7
commit d5f8d62d35
4 changed files with 50 additions and 62 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ class KiuBot(Bot):
self.__share_web_activity_cb)
self.add_action(action, 20)
self._icon_file = os.path.abspath("kiu.jpg")
curdir = os.path.abspath(os.path.dirname(__file__))
self._icon_file = os.path.join(curdir, 'kiu.jpg')
def __activity_switch_cb(self):
self._activity_switch_timeout = None