aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_publish_dialog.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-05 10:53:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-05 10:53:25 +0000
commit88d52c932488995b3ad8179ebac861225047e8e8 (patch)
treed1b5814ef36ba947e8cb19dfec62e195c8964c8d /contrib/gnunet_fs_gtk_publish_dialog.glade
parentb01a347e857a563e8bace6674c89f7ac6b70455b (diff)
downloadgnunet-gtk-88d52c932488995b3ad8179ebac861225047e8e8.tar.gz
gnunet-gtk-88d52c932488995b3ad8179ebac861225047e8e8.zip
-LRN: unbuildering publish directory dialog and fixes
Diffstat (limited to 'contrib/gnunet_fs_gtk_publish_dialog.glade')
-rw-r--r--contrib/gnunet_fs_gtk_publish_dialog.glade31
1 files changed, 23 insertions, 8 deletions
diff --git a/contrib/gnunet_fs_gtk_publish_dialog.glade b/contrib/gnunet_fs_gtk_publish_dialog.glade
index d160be7c..6fdef7a6 100644
--- a/contrib/gnunet_fs_gtk_publish_dialog.glade
+++ b/contrib/gnunet_fs_gtk_publish_dialog.glade
@@ -28,7 +28,6 @@
28 <property name="title" translatable="yes">Publish content on GNUnet</property> 28 <property name="title" translatable="yes">Publish content on GNUnet</property>
29 <property name="window_position">center-on-parent</property> 29 <property name="window_position">center-on-parent</property>
30 <property name="destroy_with_parent">True</property> 30 <property name="destroy_with_parent">True</property>
31 <property name="transient_for">GNUNET_GTK_main_window</property>
32 <signal name="delete-event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb" swapped="no"/> 31 <signal name="delete-event" handler="GNUNET_GTK_master_publish_dialog_delete_event_cb" swapped="no"/>
33 <signal name="realize" handler="GNUNET_GTK_master_publish_dialog_realize_cb" swapped="no"/> 32 <signal name="realize" handler="GNUNET_GTK_master_publish_dialog_realize_cb" swapped="no"/>
34 <child> 33 <child>
@@ -292,8 +291,8 @@
292 <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_pseudonym_scrolled_window"> 291 <object class="GtkScrolledWindow" id="GNUNET_GTK_master_publish_dialog_pseudonym_scrolled_window">
293 <property name="visible">True</property> 292 <property name="visible">True</property>
294 <property name="can_focus">True</property> 293 <property name="can_focus">True</property>
295 <property name="hadjustment">adjustment7</property> 294 <property name="hadjustment">adjustment1</property>
296 <property name="vadjustment">adjustment8</property> 295 <property name="vadjustment">adjustment2</property>
297 <property name="hscrollbar_policy">automatic</property> 296 <property name="hscrollbar_policy">automatic</property>
298 <property name="vscrollbar_policy">automatic</property> 297 <property name="vscrollbar_policy">automatic</property>
299 <property name="shadow_type">in</property> 298 <property name="shadow_type">in</property>
@@ -302,8 +301,8 @@
302 <property name="visible">True</property> 301 <property name="visible">True</property>
303 <property name="can_focus">True</property> 302 <property name="can_focus">True</property>
304 <property name="model">GNUNET_GTK_pseudonym_tree_store</property> 303 <property name="model">GNUNET_GTK_pseudonym_tree_store</property>
305 <property name="hadjustment">adjustment7</property> 304 <property name="hadjustment">adjustment1</property>
306 <property name="vadjustment">adjustment8</property> 305 <property name="vadjustment">adjustment2</property>
307 <property name="headers_clickable">False</property> 306 <property name="headers_clickable">False</property>
308 <property name="reorderable">True</property> 307 <property name="reorderable">True</property>
309 <property name="search_column">0</property> 308 <property name="search_column">0</property>
@@ -326,11 +325,14 @@
326 </child> 325 </child>
327 <child> 326 <child>
328 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column"> 327 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_column">
328 <property name="resizable">True</property>
329 <property name="sizing">autosize</property> 329 <property name="sizing">autosize</property>
330 <property name="title">Current identifier</property> 330 <property name="title">Current identifier</property>
331 <property name="clickable">True</property> 331 <property name="clickable">True</property>
332 <child> 332 <child>
333 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer"/> 333 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer">
334 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_identifier_renderer_edited_cb" swapped="no"/>
335 </object>
334 <attributes> 336 <attributes>
335 <attribute name="editable">8</attribute> 337 <attribute name="editable">8</attribute>
336 <attribute name="text">2</attribute> 338 <attribute name="text">2</attribute>
@@ -340,11 +342,13 @@
340 </child> 342 </child>
341 <child> 343 <child>
342 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_column"> 344 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_column">
345 <property name="resizable">True</property>
343 <property name="sizing">autosize</property> 346 <property name="sizing">autosize</property>
344 <property name="fixed_width">5</property>
345 <property name="title">Update identifier</property> 347 <property name="title">Update identifier</property>
346 <child> 348 <child>
347 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer"/> 349 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer">
350 <signal name="edited" handler="GNUNET_GTK_master_publish_dialog_pseudonym_updates_renderer_edited_cb" swapped="no"/>
351 </object>
348 <attributes> 352 <attributes>
349 <attribute name="editable">7</attribute> 353 <attribute name="editable">7</attribute>
350 <attribute name="text">5</attribute> 354 <attribute name="text">5</attribute>
@@ -354,6 +358,7 @@
354 </child> 358 </child>
355 <child> 359 <child>
356 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column"> 360 <object class="GtkTreeViewColumn" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_column">
361 <property name="resizable">True</property>
357 <property name="title">Description (of existing content)</property> 362 <property name="title">Description (of existing content)</property>
358 <child> 363 <child>
359 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer"> 364 <object class="GtkCellRendererText" id="GNUNET_GTK_master_publish_dialog_pseudonym_description_renderer">
@@ -445,6 +450,16 @@
445 <column type="gboolean"/> 450 <column type="gboolean"/>
446 </columns> 451 </columns>
447 </object> 452 </object>
453 <object class="GtkAdjustment" id="adjustment1">
454 <property name="upper">100</property>
455 <property name="step_increment">1</property>
456 <property name="page_increment">10</property>
457 </object>
458 <object class="GtkAdjustment" id="adjustment2">
459 <property name="upper">100</property>
460 <property name="step_increment">1</property>
461 <property name="page_increment">10</property>
462 </object>
448 <object class="GtkAdjustment" id="adjustment5"> 463 <object class="GtkAdjustment" id="adjustment5">
449 <property name="upper">100</property> 464 <property name="upper">100</property>
450 <property name="step_increment">1</property> 465 <property name="step_increment">1</property>