aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_namestore_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-18 12:20:36 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-18 12:20:36 +0000
commit9b5c7d33feddcdedc406b381b55b3308a607664c (patch)
tree85f88ec56c056c7647d695b236b3f0cd9bcdc302 /contrib/gnunet_namestore_gtk_main_window.glade
parent66c700ff4c088c9b0c89de1f1dfecb45f79e1820 (diff)
downloadgnunet-gtk-9b5c7d33feddcdedc406b381b55b3308a607664c.tar.gz
gnunet-gtk-9b5c7d33feddcdedc406b381b55b3308a607664c.zip
enable editing pending flag in gnunet-namestore-gtk
Diffstat (limited to 'contrib/gnunet_namestore_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_namestore_gtk_main_window.glade28
1 files changed, 13 insertions, 15 deletions
diff --git a/contrib/gnunet_namestore_gtk_main_window.glade b/contrib/gnunet_namestore_gtk_main_window.glade
index 8ec34677..7f4587ea 100644
--- a/contrib/gnunet_namestore_gtk_main_window.glade
+++ b/contrib/gnunet_namestore_gtk_main_window.glade
@@ -50,7 +50,6 @@
50 <child> 50 <child>
51 <object class="GtkButton" id="gnunet_namestore_gtk_public_key_copy_button"> 51 <object class="GtkButton" id="gnunet_namestore_gtk_public_key_copy_button">
52 <property name="label">gtk-copy</property> 52 <property name="label">gtk-copy</property>
53 <property name="use_action_appearance">False</property>
54 <property name="visible">True</property> 53 <property name="visible">True</property>
55 <property name="can_focus">True</property> 54 <property name="can_focus">True</property>
56 <property name="receives_default">True</property> 55 <property name="receives_default">True</property>
@@ -174,7 +173,6 @@
174 <child> 173 <child>
175 <object class="GtkButton" id="gnunet_namestore_gtk_qr_saveas_button"> 174 <object class="GtkButton" id="gnunet_namestore_gtk_qr_saveas_button">
176 <property name="label">gtk-save-as</property> 175 <property name="label">gtk-save-as</property>
177 <property name="use_action_appearance">False</property>
178 <property name="visible">True</property> 176 <property name="visible">True</property>
179 <property name="can_focus">True</property> 177 <property name="can_focus">True</property>
180 <property name="receives_default">True</property> 178 <property name="receives_default">True</property>
@@ -318,6 +316,16 @@
318 </child> 316 </child>
319 </object> 317 </object>
320 </child> 318 </child>
319 <child>
320 <object class="GtkTreeViewColumn" id="gnunet_namestore_gtk_ispending_treeviewcolumn">
321 <property name="sizing">fixed</property>
322 <property name="fixed_width">58</property>
323 <property name="title" translatable="yes">Pending</property>
324 <child>
325 <object class="GtkCellRendererToggle" id="gnunet_namestore_gtk_ispending_cellrenderertoggle"/>
326 </child>
327 </object>
328 </child>
321 </object> 329 </object>
322 </child> 330 </child>
323 </object> 331 </object>
@@ -341,7 +349,6 @@
341 <child> 349 <child>
342 <object class="GtkButton" id="gnunet_namestore_gtk_cancel_button"> 350 <object class="GtkButton" id="gnunet_namestore_gtk_cancel_button">
343 <property name="label">gtk-cancel</property> 351 <property name="label">gtk-cancel</property>
344 <property name="use_action_appearance">False</property>
345 <property name="can_focus">True</property> 352 <property name="can_focus">True</property>
346 <property name="receives_default">True</property> 353 <property name="receives_default">True</property>
347 <property name="use_stock">True</property> 354 <property name="use_stock">True</property>
@@ -355,7 +362,6 @@
355 <child> 362 <child>
356 <object class="GtkButton" id="gnunet_namestore_gtk_save_as_button"> 363 <object class="GtkButton" id="gnunet_namestore_gtk_save_as_button">
357 <property name="label">gtk-save-as</property> 364 <property name="label">gtk-save-as</property>
358 <property name="use_action_appearance">False</property>
359 <property name="can_focus">True</property> 365 <property name="can_focus">True</property>
360 <property name="receives_default">True</property> 366 <property name="receives_default">True</property>
361 <property name="use_stock">True</property> 367 <property name="use_stock">True</property>
@@ -369,7 +375,6 @@
369 <child> 375 <child>
370 <object class="GtkButton" id="gnunet_namestore_gtk_save_button"> 376 <object class="GtkButton" id="gnunet_namestore_gtk_save_button">
371 <property name="label">gtk-save</property> 377 <property name="label">gtk-save</property>
372 <property name="use_action_appearance">False</property>
373 <property name="can_focus">True</property> 378 <property name="can_focus">True</property>
374 <property name="receives_default">True</property> 379 <property name="receives_default">True</property>
375 <property name="use_stock">True</property> 380 <property name="use_stock">True</property>
@@ -401,7 +406,6 @@
401 <property name="can_focus">False</property> 406 <property name="can_focus">False</property>
402 <child> 407 <child>
403 <object class="GtkMenuItem" id="gnunet_namestore_gtk_popup_edit_button"> 408 <object class="GtkMenuItem" id="gnunet_namestore_gtk_popup_edit_button">
404 <property name="use_action_appearance">False</property>
405 <property name="visible">True</property> 409 <property name="visible">True</property>
406 <property name="can_focus">False</property> 410 <property name="can_focus">False</property>
407 <property name="tooltip_text" translatable="yes">Edit GNS entry</property> 411 <property name="tooltip_text" translatable="yes">Edit GNS entry</property>
@@ -444,10 +448,12 @@
444 <column type="gboolean"/> 448 <column type="gboolean"/>
445 <!-- column-name is_shadow --> 449 <!-- column-name is_shadow -->
446 <column type="gboolean"/> 450 <column type="gboolean"/>
447 <!-- column-name name_is_editable1 --> 451 <!-- column-name name_is_editable -->
448 <column type="gboolean"/> 452 <column type="gboolean"/>
449 <!-- column-name record_offset --> 453 <!-- column-name record_offset -->
450 <column type="guint"/> 454 <column type="guint"/>
455 <!-- column-name record_is_pending -->
456 <column type="gboolean"/>
451 </columns> 457 </columns>
452 </object> 458 </object>
453 <object class="GtkListStore" id="gnunet_namestore_gtk_type_liststore"> 459 <object class="GtkListStore" id="gnunet_namestore_gtk_type_liststore">
@@ -467,14 +473,6 @@
467 <col id="1">CNAME</col> 473 <col id="1">CNAME</col>
468 </row> 474 </row>
469 <row> 475 <row>
470 <col id="0">6</col>
471 <col id="1">SOA</col>
472 </row>
473 <row>
474 <col id="0">12</col>
475 <col id="1">PTR</col>
476 </row>
477 <row>
478 <col id="0">15</col> 476 <col id="0">15</col>
479 <col id="1">MX</col> 477 <col id="1">MX</col>
480 </row> 478 </row>