[nautilus-actions] Set the same mnemonic in export assistant



commit f63f74f45805424c7c59232d0f3b942b2a79d1a8
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jul 30 18:24:27 2009 +0200

    Set the same mnemonic in export assistant

 ChangeLog                                |    1 +
 src/nact/nautilus-actions-config-tool.ui |   40 +++++++++++++++++++++++------
 2 files changed, 32 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9ff4524..e9a9b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
 	* src/nact/nact-iactions-list.c:
 	* src/nact/nautilus-actions-config-tool.ui:
 	Define mnemonic for the actions list.
+	Report the same feature on export assistant.
 
 	* src/nact/nautilus-actions-config-tool.ui:
 	Define mnemonic and tooltip for each tab of the notebook.
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index 919a4f6..f8c7a29 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -957,20 +957,42 @@ Defining several profiles lets you have several commands, each applying with a d
       <object class="GtkHBox" id="hbox1">
         <property name="visible">True</property>
         <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow3">
+          <object class="GtkVBox" id="vbox5">
             <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="hscrollbar_policy">automatic</property>
-            <property name="vscrollbar_policy">automatic</property>
-            <property name="shadow_type">in</property>
+            <property name="orientation">vertical</property>
+            <child>
+              <object class="GtkLabel" id="ActionsListLabel">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="xpad">4</property>
+                <property name="ypad">4</property>
+                <property name="label" translatable="yes">Actions _list :</property>
+                <property name="use_underline">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
             <child>
-              <object class="GtkTreeView" id="ActionsList">
+              <object class="GtkScrolledWindow" id="scrolledwindow1">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="events">GDK_BUTTON_PRESS_MASK | GDK_KEY_PRESS_MASK</property>
-                <property name="headers_visible">False</property>
-                <property name="rules_hint">True</property>
+                <property name="hscrollbar_policy">automatic</property>
+                <property name="vscrollbar_policy">automatic</property>
+                <property name="shadow_type">in</property>
+                <child>
+                  <object class="GtkTreeView" id="ActionsList">
+                    <property name="visible">True</property>
+                    <property name="can_focus">True</property>
+                    <property name="headers_visible">False</property>
+                    <property name="rules_hint">True</property>
+                  </object>
+                </child>
               </object>
+              <packing>
+                <property name="position">1</property>
+              </packing>
             </child>
           </object>
           <packing>



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