~kamstrup/zeitgeist/storagemonitor

« back to all changes in this revision

Viewing changes to zeitgeist/client.py

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2010-01-15 18:59:16 UTC
  • Revision ID: rainct@ubuntu.com-20100115185916-w6drvu2a185svwmx
client.py: Change get_version() to return a list, not a D-Bus object,
so that it can be compared against another list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
                return self._void_reply_handler
287
287
        
288
288
        def get_version(self):
289
 
                return self._iface.version()
 
289
                return [int(i) for i in self._iface.version()]
290
290
        
291
291
        def insert_event (self, event, ids_reply_handler=None, error_handler=None):
292
292
                """