diff options
author | necoro <> | 2007-04-20 14:44:45 +0000 |
---|---|---|
committer | necoro <> | 2007-04-20 14:44:45 +0000 |
commit | 7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe (patch) | |
tree | c14d3a2f65fe0ff5799ba1673a73dc7ff3799d44 /portato/gui/gtk | |
parent | 524f67fb5a96f0f50b595023f46895e741654b59 (diff) | |
download | portato-7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe.tar.gz portato-7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe.tar.bz2 portato-7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe.zip |
Made qt plugin-ready; lots of documentation
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gtk/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index d2151ab..5aeceed 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -757,7 +757,7 @@ class MainWindow (Window): self.cfg.modify_external_configs() # set plugins and plugin-menu - plugin.load_plugins() + plugin.load_plugins("gtk") menus = plugin.get_plugins().get_plugin_menus() if menus: self.tree.get_widget("pluginMenuItem").set_no_show_all(False) |