From 886dbf288bcfcea9ae922cd5a95ac23ef793f07c Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 03 May 2007 03:13:09 +0000 Subject: Fix debug printout; print type not method itself --- (limited to 'shell') diff --git a/shell/model/homeactivity.py b/shell/model/homeactivity.py index cb71d8e..c061c0b 100644 --- a/shell/model/homeactivity.py +++ b/shell/model/homeactivity.py @@ -61,7 +61,7 @@ class HomeActivity(gobject.GObject): 20000, self._launch_timeout_cb) logging.debug("Activity %s (%s) launching..." % - (self._activity_id, self.get_type)) + (self._activity_id, self.get_type())) def __del__(self): gobject.source_remove(self._launch_timeout_id) -- cgit v0.9.1