summaryrefslogtreecommitdiff
path: root/portato/gui/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 23:14:37 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 23:14:37 +0100
commit4dfc7b063ec7dc476462e843bfecd07fd02cb25e (patch)
tree713c67d43e9b367aa8ee309614f52b956d09c509 /portato/gui/templates
parent6f740cbb6b651dfa73ed6c0e0e2cf4176310e3c8 (diff)
downloadportato-4dfc7b063ec7dc476462e843bfecd07fd02cb25e.tar.gz
portato-4dfc7b063ec7dc476462e843bfecd07fd02cb25e.tar.bz2
portato-4dfc7b063ec7dc476462e843bfecd07fd02cb25e.zip
Make the plugin menu work again
Diffstat (limited to 'portato/gui/templates')
-rw-r--r--portato/gui/templates/MainWindow.ui16
1 files changed, 10 insertions, 6 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui
index 3a30907..98da2ad 100644
--- a/portato/gui/templates/MainWindow.ui
+++ b/portato/gui/templates/MainWindow.ui
@@ -3,6 +3,16 @@
<interface>
<object class="GtkUIManager" id="uimanager">
<child>
+ <object class="GtkActionGroup" id="pluginActionGroup">
+ <child>
+ <object class="GtkAction" id="pluginMenuAction">
+ <property name="name">pluginMenuAction</property>
+ <property name="label" translatable="yes">Plu_gins</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkActionGroup" id="generalActionGroup">
<child>
<object class="GtkAction" id="fileMenuAction">
@@ -125,12 +135,6 @@
</object>
</child>
<child>
- <object class="GtkAction" id="pluginMenuAction">
- <property name="name">pluginMenuAction</property>
- <property name="label" translatable="yes">Plu_gins</property>
- </object>
- </child>
- <child>
<object class="GtkAction" id="helpMenuAction">
<property name="name">helpMenuAction</property>
<property name="label" translatable="yes">_?</property>