diff options
| author | jvoisin | 2013-06-30 22:24:59 +0200 |
|---|---|---|
| committer | jvoisin | 2013-06-30 22:24:59 +0200 |
| commit | 5cd24e15600ed88b6e6332d5f3f99f2b6bad9433 (patch) | |
| tree | 8f8b19e9d50c077467f522892120fad6bfed5d67 /mat-gui | |
| parent | 90d279d2f2f97fb1b8ebbe4b6dc30f09e9e78c5e (diff) | |
Cleanup and renaming in mat.ui
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -52,14 +52,14 @@ class GUI(object): | |||
| 52 | 52 | ||
| 53 | self.window = self.builder.get_object('MainWindow') | 53 | self.window = self.builder.get_object('MainWindow') |
| 54 | self.window.set_icon(icon) | 54 | self.window.set_icon(icon) |
| 55 | self.liststore = self.builder.get_object('Liststore') | 55 | self.liststore = self.builder.get_object('MainWindowListstore') |
| 56 | ''' The Liststore contains: | 56 | ''' The Liststore contains: |
| 57 | 0: The CFile instance that represents the file | 57 | 0: The CFile instance that represents the file |
| 58 | 1: The file's name | 58 | 1: The file's name |
| 59 | 2: The file's state (Localised string) | 59 | 2: The file's state (Localised string) |
| 60 | ''' | 60 | ''' |
| 61 | 61 | ||
| 62 | self.treeview = self.builder.get_object('Treeview') | 62 | self.treeview = self.builder.get_object('MainWindowTreeview') |
| 63 | 63 | ||
| 64 | self.statusbar = self.builder.get_object('Statusbar') | 64 | self.statusbar = self.builder.get_object('Statusbar') |
| 65 | self.statusbar.push(1, _('Ready')) | 65 | self.statusbar.push(1, _('Ready')) |
