Changeset 26344e17f2f3450a493eb32382f0395aac5dcda0
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r48e43cb
|
r26344e1
|
|
| 768 | 768 | last_added = len(self.term_list) |
| 769 | 769 | 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 | |
| 773 | 771 | shell_name = self.client.get_string(GCONF_PATH+'general/default_shell') |
| 774 | 772 | directory = os.path.expanduser('~') |
| … |
… |
|
| 789 | 787 | bnt = gtk.RadioButton(group=parent, label=label) |
| 790 | 788 | |
| 791 | | bnt.set_tooltip_text(self.term_list[last_added].get_window_title()) |
| 792 | 789 | bnt.set_property('can-focus', False) |
| 793 | 790 | bnt.set_property('draw-indicator', False) |