Changeset 4595

Show
Ignore:
Timestamp:
04/26/09 23:49:09 (4 years ago)
Author:
cassiano
Message:

adding core and others to the base branch

Location:
branch/QuickScan/QS
Files:
1 modified
6 copied

Legend:

Unmodified
Added
Removed
  • branch/QuickScan/QS/gui/radialnet/Toolbar.py

    r4525 r4595  
    242242 
    243243 
     244<<<<<<< .mine 
     245======= 
    244246    def __fullscreen_exit(self, widget, event): 
    245247        """ 
     
    248250 
    249251 
     252>>>>>>> .r4581 
    250253    def __fullscreen_callback(self, widget=None): 
    251254        """ 
    252255        """ 
    253256        if self.__fullscreen.get_active(): 
     257<<<<<<< .mine 
     258            self.__fullscreen_window = HIGWindow(("Topology - Fullscreen"), 
     259                                       buttons=(gtk.STOCK_CLOSE, gtk.STOCK_FULLSCREEN)) 
     260======= 
    254261 
    255262            self.__fullscreen_window = HIGWindow() 
     263>>>>>>> .r4581 
    256264            self.__fullscreen_window.connect('delete-event', 
    257265                    self.__fullscreen_exit)