Start out dirty and not active; removed debugging stuff

svn: r14140
This commit is contained in:
Doug Blank
2010-01-26 13:04:01 +00:00
parent 2c1a4da30c
commit e7c5d7a207
2 changed files with 2 additions and 5 deletions

View File

@@ -32,8 +32,8 @@ class Gramplet(object):
Internal constructor for non-graphical gramplets.
"""
self._idle_id = 0
self.active = True
self.dirty = False
self.active = False
self.dirty = True
self._pause = False
self._generator = None
self._need_to_update = False