diff options
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -148,7 +148,7 @@ class GUI(object): | |||
| 148 | chooser.destroy() | 148 | chooser.destroy() |
| 149 | 149 | ||
| 150 | def cb_popup_metadata(self, widget, row, col): | 150 | def cb_popup_metadata(self, widget, row, col): |
| 151 | ''' Popup that display on double-clic | 151 | ''' Popup that display on double-click |
| 152 | metadata from a file | 152 | metadata from a file |
| 153 | ''' | 153 | ''' |
| 154 | metadataPopupListStore = self.builder.get_object('MetadataPopupListStore') | 154 | metadataPopupListStore = self.builder.get_object('MetadataPopupListStore') |
