summaryrefslogtreecommitdiffstats
path: root/src/gnome-plist-editor.ui
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-10-11 18:00:24 +0200
committerGravatar Martin Szulecki2009-10-12 10:53:46 +0200
commitc8586d5ce605ad5e2ecb951fed53decb519e3fd5 (patch)
tree917a42ba5dd1f1a0bd33e294cc57d6a777a1f362 /src/gnome-plist-editor.ui
parente71a537a5b05fadc37ec3fe1161496332a3fe4c5 (diff)
downloadgnome-plist-editor-c8586d5ce605ad5e2ecb951fed53decb519e3fd5.tar.gz
gnome-plist-editor-c8586d5ce605ad5e2ecb951fed53decb519e3fd5.tar.bz2
Add node edition.
Diffstat (limited to 'src/gnome-plist-editor.ui')
-rw-r--r--src/gnome-plist-editor.ui14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/gnome-plist-editor.ui b/src/gnome-plist-editor.ui
index e1a7931..92cea0b 100644
--- a/src/gnome-plist-editor.ui
+++ b/src/gnome-plist-editor.ui
@@ -249,12 +249,12 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="add_sibling_button">
+ <object class="GtkToolButton" id="add_child_button">
<property name="visible">True</property>
- <property name="sensitive">False</property>
<property name="label" translatable="yes">Add Item</property>
<property name="use_underline">True</property>
<property name="icon_name">list-add</property>
+ <signal name="clicked" handler="add_child_cb"/>
</object>
<packing>
<property name="expand">False</property>
@@ -304,7 +304,10 @@
<property name="min_width">150</property>
<property name="title">Key</property>
<child>
- <object class="GtkCellRendererText" id="cellrenderertext1"/>
+ <object class="GtkCellRendererText" id="cellrenderertext1">
+ <property name="editable">True</property>
+ <signal name="edited" handler="key_edited_cb"/>
+ </object>
</child>
</object>
</child>
@@ -328,7 +331,10 @@
<property name="title">Value</property>
<property name="expand">True</property>
<child>
- <object class="GtkCellRendererText" id="cellrenderertext2"/>
+ <object class="GtkCellRendererText" id="cellrenderertext2">
+ <property name="editable">True</property>
+ <signal name="edited" handler="value_edited_cb"/>
+ </object>
</child>
</object>
</child>