Changeset 26344e17f2f3450a493eb32382f0395aac5dcda0

Show
Ignore:
Timestamp:
06/12/08 02:47:33 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
fba335156ba465790c01f2586c1d3350e3302be6
Parents:
48e43cb692421e90bb2294a6dc6d91df7633560c
git-committer:
Lincoln de Sousa <lincoln@…> (06/12/08 02:47:33)
Message:

a little cleanup removing some tests and old things

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/guake.py

    r48e43cb r26344e1  
    768768        last_added = len(self.term_list) 
    769769        self.term_list.append(vte.Terminal()) 
    770         self.term_list[last_added].set_sensitive(False) 
    771  
    772         # TODO: make new terminal opens in the same dir of the already in use. 
     770 
    773771        shell_name = self.client.get_string(GCONF_PATH+'general/default_shell') 
    774772        directory = os.path.expanduser('~') 
     
    789787        bnt = gtk.RadioButton(group=parent, label=label) 
    790788 
    791         bnt.set_tooltip_text(self.term_list[last_added].get_window_title()) 
    792789        bnt.set_property('can-focus', False) 
    793790        bnt.set_property('draw-indicator', False)