Comment 2 for bug 1069488

Revision history for this message
David (david-skagersten) wrote :

Here was the code from terminal:

(tomate:14557): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1266:25: Failed to import: Error opening file: No such file or directory
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/tomate/widgets/window.py", line 229, in on_settings_mnu_activate
    dialog = PreferencesDialog(self)
  File "/usr/lib/python2.7/dist-packages/tomate/widgets/preferences.py", line 33, in __init__
    self.create_layout()
  File "/usr/lib/python2.7/dist-packages/tomate/widgets/preferences.py", line 37, in create_layout
    notebook = Granite.WidgetsStaticNotebook.new()
  File "/usr/lib/python2.7/dist-packages/gi/types.py", line 72, in constructor
    return info.invoke(cls, *args, **kwargs)
TypeError: new() takes exactly 1 argument (0 given)