Changeset 82

Show
Ignore:
Timestamp:
01/21/05 18:48:23 (19 years ago)
Author:
jerome
Message:

Nothing special

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r81 r82  
    381381                        if self.tbicon is not None : 
    382382                            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() 
    389383                if hasattr(self, "quotasgrid") :     
    390384                    self.quotasgrid.Close() 
     
    392386                    del self.quotasgrid 
    393387                self.quotasgrid = PyKotIconGrid(self, self.User)     
    394                 if isiconized is False : 
    395                     self.Iconize(False) 
    396                 if isshown is True :     
    397                     self.Show(True) 
    398388                self.Refresh() 
    399389            self.inTimer = False