Cannot open two files through file browser

Bug #290084 reported by Tiago Sousa
2
Affects Status Importance Assigned to Milestone
TextFlow
Fix Committed
Undecided
Unassigned

Bug Description

When listing files in the file browser (ctrl+o), if I select two files and then press open, nothing happens.

Under the hood, this happens (untill 'language*' it's only the window openning):

/usr/lib/python2.5/site-packages/TextFlow/ui/preferences.py:49: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.widgets_tree = gtk.glade.XML(self.gladefile)
language triggers directory not found.
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/TextFlow/ui/mainwindow.py", line 682, in on_imagemenuitem_open_activate
    self.document_manager.open_file_tab(files[i])
  File "/usr/lib/python2.5/site-packages/TextFlow/core/documentmanager.py", line 214, in open_file_tab
    self.open_tab(os.path.basename(new_file), new_file, encode)
  File "/usr/lib/python2.5/site-packages/TextFlow/core/documentmanager.py", line 111, in open_tab
    view = self.__create_view(file_uri, encode)
  File "/usr/lib/python2.5/site-packages/TextFlow/core/documentmanager.py", line 449, in __create_view
    self.language_manager.change_mode(language_id)
  File "/usr/lib/python2.5/site-packages/TextFlow/core/languagemanager.py", line 83, in change_mode
    self.main_window.add_accel_group(self.loaded_configs[language]["accelgroup"])
KeyError: 'accelgroup'

Changed in textflow:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.