diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-05-15 17:43:51 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-05-15 17:43:51 +0200 |
commit | 824e812a44851ec1963d3347f588821477e9937c (patch) | |
tree | e678245fcf06da5ac8c5fc1a4d1ec8163062bca1 /portato/gui/templates | |
parent | dc790188d63aa32984db739d9e08ce877b51534f (diff) | |
parent | 226f0d6a40a01cbcc9c7baffde647159fb784e40 (diff) | |
download | portato-824e812a44851ec1963d3347f588821477e9937c.tar.gz portato-824e812a44851ec1963d3347f588821477e9937c.tar.bz2 portato-824e812a44851ec1963d3347f588821477e9937c.zip |
Merge new (better) plugin system, now allowing to add widgets
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/MainWindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index 383011e..b0a9f18 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -963,7 +963,7 @@ </packing> </child> <child> - <object class="GtkHBox" id="hbox1"> + <object class="GtkHBox" id="optionsHB"> <property name="visible">True</property> <property name="homogeneous">True</property> <child> |