aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 22:24:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 22:24:24 +0000
commit630352e11c699267e173b1f4f8aba299523f7925 (patch)
treed08a04e2e4874132f4916406402a547dfeed11cf
parent9c40bf4b5d792098bc74cf98a820842fe4d181a9 (diff)
downloadgnunet-gtk-630352e11c699267e173b1f4f8aba299523f7925.tar.gz
gnunet-gtk-630352e11c699267e173b1f4f8aba299523f7925.zip
-adding replication level to publishing dialogs to fix #2030
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade35
1 files changed, 20 insertions, 15 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index a27807f7..69a21910 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -888,6 +888,7 @@
888 <property name="visible">True</property> 888 <property name="visible">True</property>
889 <property name="can_focus">True</property> 889 <property name="can_focus">True</property>
890 <property name="invisible_char">&#x25CF;</property> 890 <property name="invisible_char">&#x25CF;</property>
891 <property name="adjustment">replication_adjustment</property>
891 </object> 892 </object>
892 <packing> 893 <packing>
893 <property name="position">1</property> 894 <property name="position">1</property>
@@ -2080,9 +2081,9 @@
2080 <property name="skip_taskbar_hint">True</property> 2081 <property name="skip_taskbar_hint">True</property>
2081 <property name="skip_pager_hint">True</property> 2082 <property name="skip_pager_hint">True</property>
2082 <property name="transient_for">GNUNET_GTK_main_window</property> 2083 <property name="transient_for">GNUNET_GTK_main_window</property>
2083 <property name="select_multiple">True</property>
2084 <property name="create_folders">False</property> 2084 <property name="create_folders">False</property>
2085 <property name="action">select-folder</property> 2085 <property name="action">select-folder</property>
2086 <property name="select_multiple">True</property>
2086 <signal name="response" handler="GNUNET_GTK_publish_directory_dialog_response_cb"/> 2087 <signal name="response" handler="GNUNET_GTK_publish_directory_dialog_response_cb"/>
2087 <child internal-child="vbox"> 2088 <child internal-child="vbox">
2088 <object class="GtkVBox" id="dialog-vbox1"> 2089 <object class="GtkVBox" id="dialog-vbox1">
@@ -2251,7 +2252,6 @@
2251 <property name="visible">True</property> 2252 <property name="visible">True</property>
2252 <property name="can_focus">True</property> 2253 <property name="can_focus">True</property>
2253 <property name="invisible_char">&#x25CF;</property> 2254 <property name="invisible_char">&#x25CF;</property>
2254 <property name="adjustment">replication_adjustment</property>
2255 <property name="numeric">True</property> 2255 <property name="numeric">True</property>
2256 </object> 2256 </object>
2257 <packing> 2257 <packing>
@@ -2336,8 +2336,8 @@
2336 <property name="skip_taskbar_hint">True</property> 2336 <property name="skip_taskbar_hint">True</property>
2337 <property name="skip_pager_hint">True</property> 2337 <property name="skip_pager_hint">True</property>
2338 <property name="transient_for">GNUNET_GTK_main_window</property> 2338 <property name="transient_for">GNUNET_GTK_main_window</property>
2339 <property name="select_multiple">True</property>
2340 <property name="create_folders">False</property> 2339 <property name="create_folders">False</property>
2340 <property name="select_multiple">True</property>
2341 <signal name="response" handler="GNUNET_GTK_publish_file_dialog_response_cb"/> 2341 <signal name="response" handler="GNUNET_GTK_publish_file_dialog_response_cb"/>
2342 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/> 2342 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
2343 <child internal-child="vbox"> 2343 <child internal-child="vbox">
@@ -2850,28 +2850,28 @@
2850 </object> 2850 </object>
2851 <object class="GtkSizeGroup" id="edit_publication_options_input_widgets_sizegroup"> 2851 <object class="GtkSizeGroup" id="edit_publication_options_input_widgets_sizegroup">
2852 <widgets> 2852 <widgets>
2853 <widget name="GNUNET_GTK_edit_publication_index_checkbutton"/>
2854 <widget name="GNUNET_GTK_edit_publication_expiration_year_spin_button"/>
2855 <widget name="GNUNET_GTK_edit_publication_root_entry"/>
2856 <widget name="GNUNET_GTK_edit_publication_priority_spin_button"/>
2857 <widget name="GNUNET_GTK_edit_publication_anonymity_combobox_alignment"/> 2853 <widget name="GNUNET_GTK_edit_publication_anonymity_combobox_alignment"/>
2854 <widget name="GNUNET_GTK_edit_publication_priority_spin_button"/>
2855 <widget name="GNUNET_GTK_edit_publication_root_entry"/>
2856 <widget name="GNUNET_GTK_edit_publication_expiration_year_spin_button"/>
2857 <widget name="GNUNET_GTK_edit_publication_index_checkbutton"/>
2858 </widgets> 2858 </widgets>
2859 </object> 2859 </object>
2860 <object class="GtkSizeGroup" id="edit_publication_options_labels_sizegroup"> 2860 <object class="GtkSizeGroup" id="edit_publication_options_labels_sizegroup">
2861 <widgets> 2861 <widgets>
2862 <widget name="GNUNET_GTK_edit_publication_index_label"/>
2863 <widget name="GNUNET_GTK_edit_publication_expiration_label"/>
2864 <widget name="GNUNET_GTK_edit_publication_root_label"/>
2865 <widget name="GNUNET_GTK_edit_publication_priority_label"/>
2866 <widget name="GNUNET_GTK_edit_publication_anonymity_label"/> 2862 <widget name="GNUNET_GTK_edit_publication_anonymity_label"/>
2863 <widget name="GNUNET_GTK_edit_publication_priority_label"/>
2864 <widget name="GNUNET_GTK_edit_publication_root_label"/>
2865 <widget name="GNUNET_GTK_edit_publication_expiration_label"/>
2866 <widget name="GNUNET_GTK_edit_publication_index_label"/>
2867 </widgets> 2867 </widgets>
2868 </object> 2868 </object>
2869 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup"> 2869 <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup">
2870 <property name="mode">vertical</property> 2870 <property name="mode">vertical</property>
2871 <widgets> 2871 <widgets>
2872 <widget name="main_window_search_mime_combobox"/>
2873 <widget name="main_window_search_anonymity_combobox"/>
2874 <widget name="main_window_search_entry"/> 2872 <widget name="main_window_search_entry"/>
2873 <widget name="main_window_search_anonymity_combobox"/>
2874 <widget name="main_window_search_mime_combobox"/>
2875 </widgets> 2875 </widgets>
2876 </object> 2876 </object>
2877 <object class="GtkAdjustment" id="expiration_year_adjustment"> 2877 <object class="GtkAdjustment" id="expiration_year_adjustment">
@@ -2881,14 +2881,19 @@
2881 </object> 2881 </object>
2882 <object class="GtkSizeGroup" id="sizegroup4"> 2882 <object class="GtkSizeGroup" id="sizegroup4">
2883 <widgets> 2883 <widgets>
2884 <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/>
2885 <widget name="GNUNET_GTK_master_publish_dialog_cancel_button"/> 2884 <widget name="GNUNET_GTK_master_publish_dialog_cancel_button"/>
2885 <widget name="GNUNET_GTK_master_publish_dialog_execute_button"/>
2886 </widgets> 2886 </widgets>
2887 </object> 2887 </object>
2888 <object class="GtkSizeGroup" id="sizegroup5"> 2888 <object class="GtkSizeGroup" id="sizegroup5">
2889 <widgets> 2889 <widgets>
2890 <widget name="GNUNET_GTK_edit_publication_cancel_button"/>
2891 <widget name="GNUNET_GTK_edit_publication_confirm_button"/> 2890 <widget name="GNUNET_GTK_edit_publication_confirm_button"/>
2891 <widget name="GNUNET_GTK_edit_publication_cancel_button"/>
2892 </widgets> 2892 </widgets>
2893 </object> 2893 </object>
2894 <object class="GtkAdjustment" id="replication_adjustment">
2895 <property name="upper">999999</property>
2896 <property name="step_increment">1</property>
2897 <property name="page_increment">10</property>
2898 </object>
2894</interface> 2899</interface>