[nautilus-actions/gnome-2-28] Make the Import assistant be transient relatively to main window



commit 2597cd678b7c515f3d72ead32dca532d663c6964
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Oct 26 05:56:07 2009 +0100

    Make the Import assistant be transient relatively to main window

 ChangeLog                                |    1 +
 src/nact/nautilus-actions-config-tool.ui |   11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index beeff80..aa1660b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* src/nact/nact-assistant-export.ui:
 	Make the Export assistant be transient relatively to main window.
+	Make the Import assistant be transient relatively to main window.
 
 	Fix crash when running Export assistant.
 
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index 410a230..5797ebe 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -997,6 +997,7 @@ Defining several profiles lets you have several commands, each applying with a d
     <property name="border_width">12</property>
     <property name="title" translatable="yes">Importing actions</property>
     <property name="modal">True</property>
+    <property name="type_hint">dialog</property>
     <child>
       <object class="GtkLabel" id="label15">
         <property name="visible">True</property>
@@ -1010,8 +1011,8 @@ Defining several profiles lets you have several commands, each applying with a d
       <object class="GtkFileChooserWidget" id="filechooserwidget1">
         <property name="visible">True</property>
         <property name="use_preview_label">False</property>
-        <property name="local_only">False</property>
         <property name="select_multiple">True</property>
+        <property name="local_only">False</property>
         <property name="preview_widget_active">False</property>
       </object>
     </child>
@@ -1532,16 +1533,16 @@ Defining several profiles lets you have several commands, each applying with a d
   </object>
   <object class="GtkSizeGroup" id="CommandLabelSizeGroup">
     <widgets>
-      <widget name="ProfileLabelLabel"/>
-      <widget name="CommandPathLabel"/>
-      <widget name="CommandParametersLabel"/>
       <widget name="CommandExamplePreLabel"/>
+      <widget name="CommandParametersLabel"/>
+      <widget name="CommandPathLabel"/>
+      <widget name="ProfileLabelLabel"/>
     </widgets>
   </object>
   <object class="GtkSizeGroup" id="CommandButtonSizeGroup">
     <widgets>
-      <widget name="CommandPathButton"/>
       <widget name="CommandLegendButton"/>
+      <widget name="CommandPathButton"/>
     </widgets>
   </object>
 </interface>



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