summaryrefslogtreecommitdiffstats
path: root/src/gnome-plist-editor.ui
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-10-11 15:51:40 +0200
committerGravatar Martin Szulecki2009-10-12 10:53:41 +0200
commite71a537a5b05fadc37ec3fe1161496332a3fe4c5 (patch)
tree22b18c6738dca9f94cc6548023d75e46c5095e95 /src/gnome-plist-editor.ui
parentc4ffca78040e71d68bd0a8472374a1f42d94aacd (diff)
downloadgnome-plist-editor-e71a537a5b05fadc37ec3fe1161496332a3fe4c5.tar.gz
gnome-plist-editor-e71a537a5b05fadc37ec3fe1161496332a3fe4c5.tar.bz2
Add new_plist and edit_type callbacks.
Diffstat (limited to 'src/gnome-plist-editor.ui')
-rw-r--r--src/gnome-plist-editor.ui10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/gnome-plist-editor.ui b/src/gnome-plist-editor.ui
index e7e125d..e1a7931 100644
--- a/src/gnome-plist-editor.ui
+++ b/src/gnome-plist-editor.ui
@@ -63,12 +63,12 @@
<object class="GtkMenu" id="menu1">
<property name="visible">True</property>
<child>
- <object class="GtkImageMenuItem" id="imagemenuitem1">
+ <object class="GtkImageMenuItem" id="new_plist_menu_item">
<property name="label">gtk-new</property>
<property name="visible">True</property>
- <property name="sensitive">False</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
+ <signal name="activate" handler="new_plist_cb"/>
</object>
</child>
<child>
@@ -203,10 +203,10 @@
<child>
<object class="GtkToolButton" id="new_plist_button">
<property name="visible">True</property>
- <property name="sensitive">False</property>
<property name="label" translatable="yes">New</property>
<property name="use_underline">True</property>
<property name="stock_id">gtk-new</property>
+ <signal name="clicked" handler="new_plist_cb"/>
</object>
<packing>
<property name="expand">False</property>
@@ -317,10 +317,8 @@
<property name="editable">True</property>
<property name="model">plist_type_list_store</property>
<property name="text_column">0</property>
+ <signal name="edited" handler="type_edited_cb"/>
</object>
- <attributes>
- <attribute name="has-entry">0</attribute>
- </attributes>
</child>
</object>
</child>