gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18898 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r18898 - gnunet-gtk/contrib
Date: Sun, 1 Jan 2012 23:24:24 +0100

Author: grothoff
Date: 2012-01-01 23:24:24 +0100 (Sun, 01 Jan 2012)
New Revision: 18898

Modified:
   gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
Log:
-adding replication level to publishing dialogs to fix #2030

Modified: gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2012-01-01 22:23:08 UTC 
(rev 18897)
+++ gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2012-01-01 22:24:24 UTC 
(rev 18898)
@@ -888,6 +888,7 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property 
name="invisible_char">&#x25CF;</property>
+                                    <property 
name="adjustment">replication_adjustment</property>
                                   </object>
                                   <packing>
                                     <property name="position">1</property>
@@ -2080,9 +2081,9 @@
     <property name="skip_taskbar_hint">True</property>
     <property name="skip_pager_hint">True</property>
     <property name="transient_for">GNUNET_GTK_main_window</property>
-    <property name="select_multiple">True</property>
     <property name="create_folders">False</property>
     <property name="action">select-folder</property>
+    <property name="select_multiple">True</property>
     <signal name="response" 
handler="GNUNET_GTK_publish_directory_dialog_response_cb"/>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
@@ -2251,7 +2252,6 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="invisible_char">&#x25CF;</property>
-                    <property 
name="adjustment">replication_adjustment</property>
                     <property name="numeric">True</property>
                   </object>
                   <packing>
@@ -2336,8 +2336,8 @@
     <property name="skip_taskbar_hint">True</property>
     <property name="skip_pager_hint">True</property>
     <property name="transient_for">GNUNET_GTK_main_window</property>
+    <property name="create_folders">False</property>
     <property name="select_multiple">True</property>
-    <property name="create_folders">False</property>
     <signal name="response" 
handler="GNUNET_GTK_publish_file_dialog_response_cb"/>
     <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
     <child internal-child="vbox">
@@ -2850,28 +2850,28 @@
   </object>
   <object class="GtkSizeGroup" 
id="edit_publication_options_input_widgets_sizegroup">
     <widgets>
+      <widget name="GNUNET_GTK_edit_publication_anonymity_combobox_alignment"/>
+      <widget name="GNUNET_GTK_edit_publication_priority_spin_button"/>
+      <widget name="GNUNET_GTK_edit_publication_root_entry"/>
+      <widget name="GNUNET_GTK_edit_publication_expiration_year_spin_button"/>
       <widget name="GNUNET_GTK_edit_publication_index_checkbutton"/>
-      <widget name="GNUNET_GTK_edit_publication_expiration_year_spin_button"/>
-      <widget name="GNUNET_GTK_edit_publication_root_entry"/>
-      <widget name="GNUNET_GTK_edit_publication_priority_spin_button"/>
-      <widget name="GNUNET_GTK_edit_publication_anonymity_combobox_alignment"/>
     </widgets>
   </object>
   <object class="GtkSizeGroup" id="edit_publication_options_labels_sizegroup">
     <widgets>
+      <widget name="GNUNET_GTK_edit_publication_anonymity_label"/>
+      <widget name="GNUNET_GTK_edit_publication_priority_label"/>
+      <widget name="GNUNET_GTK_edit_publication_root_label"/>
+      <widget name="GNUNET_GTK_edit_publication_expiration_label"/>
       <widget name="GNUNET_GTK_edit_publication_index_label"/>
-      <widget name="GNUNET_GTK_edit_publication_expiration_label"/>
-      <widget name="GNUNET_GTK_edit_publication_root_label"/>
-      <widget name="GNUNET_GTK_edit_publication_priority_label"/>
-      <widget name="GNUNET_GTK_edit_publication_anonymity_label"/>
     </widgets>
   </object>
   <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
     <property name="mode">vertical</property>
     <widgets>
+      <widget name="main_window_search_entry"/>
+      <widget name="main_window_search_anonymity_combobox"/>
       <widget name="main_window_search_mime_combobox"/>
-      <widget name="main_window_search_anonymity_combobox"/>
-      <widget name="main_window_search_entry"/>
     </widgets>
   </object>
   <object class="GtkAdjustment" id="expiration_year_adjustment">
@@ -2881,14 +2881,19 @@
   </object>
   <object class="GtkSizeGroup" id="sizegroup4">
     <widgets>
+      <widget name="GNUNET_GTK_master_publish_dialog_cancel_button"/>
       <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/>
-      <widget name="GNUNET_GTK_master_publish_dialog_cancel_button"/>
     </widgets>
   </object>
   <object class="GtkSizeGroup" id="sizegroup5">
     <widgets>
+      <widget name="GNUNET_GTK_edit_publication_confirm_button"/>
       <widget name="GNUNET_GTK_edit_publication_cancel_button"/>
-      <widget name="GNUNET_GTK_edit_publication_confirm_button"/>
     </widgets>
   </object>
+  <object class="GtkAdjustment" id="replication_adjustment">
+    <property name="upper">999999</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
 </interface>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]