diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-24 19:11:04 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-24 19:11:04 +0200 |
commit | 785e1f2cb2fcd32426931d47fbca72c23ccc06ea (patch) | |
tree | fef77b8af7ceda731f35244914db78a58dcfea00 /portato/gui/templates | |
parent | 4c1d61cb71a396f09969ed264c91ebfff29145c1 (diff) | |
download | portato-785e1f2cb2fcd32426931d47fbca72c23ccc06ea.tar.gz portato-785e1f2cb2fcd32426931d47fbca72c23ccc06ea.tar.bz2 portato-785e1f2cb2fcd32426931d47fbca72c23ccc06ea.zip |
Make the new widget structure work. At least for the Plugin Menu
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/MainWindow.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index 383011e..473821d 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -8,6 +8,7 @@ <object class="GtkAction" id="pluginMenuAction"> <property name="name">pluginMenuAction</property> <property name="label" translatable="yes">Plu_gins</property> + <property name="is_important">True</property> </object> </child> </object> |