Changeset 5318c4c in sasview


Ignore:
Timestamp:
Apr 16, 2010 9:00:36 AM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
a5775b1
Parents:
8426622
Message:

make sure the icon on status bar change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/statusbar.py

    r6345640 r5318c4c  
    240240            @param thread: if updatting using a thread status  
    241241        """ 
     242        self.set_message(event=event) 
    242243        self.set_icon(event=event) 
    243         self.set_message(event=event) 
    244244        self.set_gauge(event=event) 
    245245     
     
    263263     event.type = "progress" 
    264264     event.status  = "statusbar...." 
    265      event.info = "info" 
     265     event.info = "error" 
    266266     statusBar.set_status(event=event) 
    267267     app.MainLoop() 
Note: See TracChangeset for help on using the changeset viewer.