Changeset 149

Show
Ignore:
Timestamp:
06/08/06 09:40:26 (18 years ago)
Author:
jerome
Message:

Ensures that the taskbar icons is displayed at least once, otherwise it
is not visible at all when typing "pykoticon &".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r147 r149  
    277277        wx.EVT_ICONIZE(self, self.OnIconify) 
    278278        wx.EVT_CLOSE(self, self.OnClose) 
    279         self.Show(False) 
     279        self.Show(True) 
     280        self.Iconize() 
     281        self.Hide() 
    280282         
    281283    def getCurrentUserName(self) :