Updating branch refs/heads/aria2-xml-rpc
         to 440877f6dd0e3503c7072522f56a75937c030cde (commit)
       from 3049fdd6dafc3f5af3202f46adc51953b7f13616 (commit)

commit 440877f6dd0e3503c7072522f56a75937c030cde
Author: Mike Massonnet <[email protected]>
Date:   Thu Feb 18 20:24:41 2010 +0100

    Add separator in Advanced tab of Settings dialog

 src/eatmanager.rb |    3 ---
 src/settings.ui   |   11 ++++++++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/eatmanager.rb b/src/eatmanager.rb
index 28bd20e..d58391e 100644
--- a/src/eatmanager.rb
+++ b/src/eatmanager.rb
@@ -83,9 +83,6 @@ class Eat::Manager
                # Setup info bar
 =begin
                # ruby-gnome2-0.19.3 doesn't know about Gtk::InfoBar
-               # The info bar will be used at least in one case where the 
connection gets
-               # refused. It will provide a visible message with an action 
button to manually
-               # try to reconnect.
                @infobar = InfoBar.new
 =end
                @infobar = HBox.new(false, 4)
diff --git a/src/settings.ui b/src/settings.ui
index 25707d4..3ccee82 100644
--- a/src/settings.ui
+++ b/src/settings.ui
@@ -366,8 +366,8 @@
                                     <child>
                                       <object class="GtkFileChooserButton" 
id="download-dir-button">
                                         <property 
name="visible">True</property>
-                                        <property 
name="action">select-folder</property>
                                         <property 
name="create_folders">False</property>
+                                        <property 
name="action">select-folder</property>
                                         <property 
name="width_chars">14</property>
                                       </object>
                                       <packing>
@@ -896,6 +896,15 @@
                                     <property name="position">1</property>
                                   </packing>
                                 </child>
+                                <child>
+                                  <object class="GtkHSeparator" 
id="hseparator3">
+                                    <property name="visible">True</property>
+                                  </object>
+                                  <packing>
+                                    <property name="expand">False</property>
+                                    <property name="position">2</property>
+                                  </packing>
+                                </child>
                               </object>
                             </child>
                           </object>
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to