[nautilus-actions] Update Action page for the new icon chooser



commit ba5b4e39a8b20f305f35a55db8609184a832cc42
Author: Pierre <pierre vfedora13 virtuals pwi>
Date:   Wed Jan 12 15:55:04 2011 +0100

    Update Action page for the new icon chooser
    
    Actually replacing the (deprecated) GtkComboBoxEntry with just a GtkEntry.

 ChangeLog                                |    3 ++-
 src/nact/nautilus-actions-config-tool.ui |   12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f83e5a6..73f83ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,7 +46,8 @@
 	* src/nact/nact-icon-chooser.ui: New files.
 	
 	* src/nact/Makefile.am:
-	* src/nact/nact-iaction-tab.c: Updated accordingly.
+	* src/nact/nact-iaction-tab.c:
+	* src/nact/nautilus-actions-config-tool.ui: Updated accordingly.
 
 	* src/core/na-settings.c (content_load_keys):
 	Do not warn if configuration file does not exist.
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index c2a4b1d..d4c8849 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -412,12 +412,12 @@ In this case, the defined conditions will be applied to the current folder, and
                                                   </packing>
                                                 </child>
                                                 <child>
-                                                  <object class="GtkHBox" id="ActionIconHBox">
-                                                    <property name="visible">True</property>
-                                                    <child>
-                                                      <placeholder/>
-                                                    </child>
-                                                  </object>
+                                              <object class="GtkEntry" id="ActionIconEntry">
+                                                <property name="visible">True</property>
+                                                <property name="can_focus">True</property>
+                                                <property name="tooltip_text" translatable="yes">The name of a themed icon of the filename of an image.</property>
+                                                <property name="invisible_char">â??</property>
+                                              </object>
                                                   <packing>
                                                     <property name="position">1</property>
                                                   </packing>



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