diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-16 10:28:19 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-16 10:28:19 +0000 |
commit | d64b82dbfcd7d250a32568fc8808582717c42fdd (patch) | |
tree | 1c6bdce86b9809b458bddac553dbbb678d738615 | |
parent | 124a791f36b7b3a008035efa0e2ed376122924b4 (diff) | |
download | gnunet-gtk-d64b82dbfcd7d250a32568fc8808582717c42fdd.tar.gz gnunet-gtk-d64b82dbfcd7d250a32568fc8808582717c42fdd.zip |
- make value editable
-rw-r--r-- | contrib/gnunet_gns_gtk_main_window.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade index cb127f0a..440bd3d8 100644 --- a/contrib/gnunet_gns_gtk_main_window.glade +++ b/contrib/gnunet_gns_gtk_main_window.glade | |||
@@ -303,6 +303,7 @@ | |||
303 | <property name="sort_column_id">7</property> | 303 | <property name="sort_column_id">7</property> |
304 | <child> | 304 | <child> |
305 | <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_value_cellrenderertext"> | 305 | <object class="GtkCellRendererText" id="GNUNET_GNS_GTK_value_cellrenderertext"> |
306 | <property name="editable">True</property> | ||
306 | <signal name="edited" handler="GNUNET_GNS_GTK_value_cellrenderertext_edited_cb" swapped="no"/> | 307 | <signal name="edited" handler="GNUNET_GNS_GTK_value_cellrenderertext_edited_cb" swapped="no"/> |
307 | </object> | 308 | </object> |
308 | <attributes> | 309 | <attributes> |