aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 22:23:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 22:23:08 +0000
commit9c40bf4b5d792098bc74cf98a820842fe4d181a9 (patch)
tree43bb12cc0d05b8dcac490d21abcc6cf2d7779789
parent8d42d7114d1a6bfe2ccb1ac7371bee20b4cdf6af (diff)
downloadgnunet-gtk-9c40bf4b5d792098bc74cf98a820842fe4d181a9.tar.gz
gnunet-gtk-9c40bf4b5d792098bc74cf98a820842fe4d181a9.zip
-adding replication level to publishing dialogs to fix #2030
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade82
1 files changed, 82 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 2950e1b1..a27807f7 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -2231,6 +2231,47 @@
2231 <property name="position">1</property> 2231 <property name="position">1</property>
2232 </packing> 2232 </packing>
2233 </child> 2233 </child>
2234 <child>
2235 <object class="GtkHBox" id="hbox10">
2236 <property name="visible">True</property>
2237 <child>
2238 <object class="GtkLabel" id="GNUNET_GTK_publish_directory_dialog_replication_label">
2239 <property name="visible">True</property>
2240 <property name="label" translatable="yes">_Replication:</property>
2241 <property name="use_underline">True</property>
2242 </object>
2243 <packing>
2244 <property name="expand">False</property>
2245 <property name="padding">20</property>
2246 <property name="position">0</property>
2247 </packing>
2248 </child>
2249 <child>
2250 <object class="GtkSpinButton" id="GNUNET_GTK_publish_directory_dialog_replication_spin_button">
2251 <property name="visible">True</property>
2252 <property name="can_focus">True</property>
2253 <property name="invisible_char">&#x25CF;</property>
2254 <property name="adjustment">replication_adjustment</property>
2255 <property name="numeric">True</property>
2256 </object>
2257 <packing>
2258 <property name="expand">False</property>
2259 <property name="padding">1</property>
2260 <property name="position">1</property>
2261 </packing>
2262 </child>
2263 <child>
2264 <placeholder/>
2265 </child>
2266 <child>
2267 <placeholder/>
2268 </child>
2269 </object>
2270 <packing>
2271 <property name="expand">False</property>
2272 <property name="position">2</property>
2273 </packing>
2274 </child>
2234 </object> 2275 </object>
2235 <packing> 2276 <packing>
2236 <property name="expand">False</property> 2277 <property name="expand">False</property>
@@ -2446,6 +2487,47 @@
2446 <property name="position">1</property> 2487 <property name="position">1</property>
2447 </packing> 2488 </packing>
2448 </child> 2489 </child>
2490 <child>
2491 <object class="GtkHBox" id="hbox11">
2492 <property name="visible">True</property>
2493 <child>
2494 <object class="GtkLabel" id="GNUNET_GTK_publish_file_dialog_replication_label">
2495 <property name="visible">True</property>
2496 <property name="label" translatable="yes">_Replication:</property>
2497 <property name="use_underline">True</property>
2498 </object>
2499 <packing>
2500 <property name="expand">False</property>
2501 <property name="padding">20</property>
2502 <property name="position">0</property>
2503 </packing>
2504 </child>
2505 <child>
2506 <object class="GtkSpinButton" id="GNUNET_GTK_publish_file_dialog_replication_spin_button">
2507 <property name="visible">True</property>
2508 <property name="can_focus">True</property>
2509 <property name="invisible_char">&#x25CF;</property>
2510 <property name="adjustment">replication_adjustment</property>
2511 <property name="numeric">True</property>
2512 </object>
2513 <packing>
2514 <property name="expand">False</property>
2515 <property name="padding">1</property>
2516 <property name="position">1</property>
2517 </packing>
2518 </child>
2519 <child>
2520 <placeholder/>
2521 </child>
2522 <child>
2523 <placeholder/>
2524 </child>
2525 </object>
2526 <packing>
2527 <property name="expand">False</property>
2528 <property name="position">2</property>
2529 </packing>
2530 </child>
2449 </object> 2531 </object>
2450 <packing> 2532 <packing>
2451 <property name="expand">False</property> 2533 <property name="expand">False</property>