Changeset 82 for pykoticon/trunk
- Timestamp:
- 01/21/05 18:48:23 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon
r81 r82 381 381 if self.tbicon is not None : 382 382 self.tbicon.SetIcon(self.greenicon, "PyKotIcon") 383 isiconized = self.IsIconized()384 if isiconized is False :385 self.Iconize(True)386 isshown = self.IsShown()387 if isshown is True :388 self.Hide()389 383 if hasattr(self, "quotasgrid") : 390 384 self.quotasgrid.Close() … … 392 386 del self.quotasgrid 393 387 self.quotasgrid = PyKotIconGrid(self, self.User) 394 if isiconized is False :395 self.Iconize(False)396 if isshown is True :397 self.Show(True)398 388 self.Refresh() 399 389 self.inTimer = False