[nautilus-actions/gnome-2-28] Fix browsing for a file icon



commit 8955d96a08d70f0c98f45e23daa5d020c7f124c0
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Oct 20 21:27:30 2009 +0200

    Fix browsing for a file icon

 ChangeLog                   |    7 +++++++
 NEWS                        |    7 +++++++
 configure.ac                |    2 +-
 src/nact/nact-iaction-tab.c |    2 +-
 4 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7dd0135..37f16e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-20 Pierre Wieser <pwieser trychlos org>
+
+	* configure.ac: Bump version number.
+
+	* src/nact/nact-iaction-tab.c (on_icon_browse):
+	Fix widget name.
+
 2009-10-19 Pierre Wieser <pwieser trychlos org>
 
 	* NEWS: Updated.
diff --git a/NEWS b/NEWS
index 4ae8552..3d97276 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.12.2
+==============
+
+	Release date 2009-10-20
+
+	Fix browsing for a file icon.
+
 Version 1.12.1
 ==============
 
diff --git a/configure.ac b/configure.ac
index 7f572a4..e745454 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@
 
 AC_PREREQ([2.53])
 
-AC_INIT([Nautilus-Actions],[1.12.1],[maintainer nautilus-actions org])
+AC_INIT([Nautilus-Actions],[1.12.2],[maintainer nautilus-actions org])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 
diff --git a/src/nact/nact-iaction-tab.c b/src/nact/nact-iaction-tab.c
index 06a8308..1195844 100644
--- a/src/nact/nact-iaction-tab.c
+++ b/src/nact/nact-iaction-tab.c
@@ -456,7 +456,7 @@ on_icon_browse( GtkButton *button, gpointer user_data )
 
 	if( gtk_dialog_run( GTK_DIALOG( dialog )) == GTK_RESPONSE_ACCEPT ){
 		filename = gtk_file_chooser_get_filename( GTK_FILE_CHOOSER( dialog ));
-		icon_widget = base_window_get_widget( BASE_WINDOW( user_data ), "MenuIconComboBoxEntry" );
+		icon_widget = base_window_get_widget( BASE_WINDOW( user_data ), "ActionIconComboBoxEntry" );
 		gtk_entry_set_text( GTK_ENTRY( GTK_BIN( icon_widget )->child ), filename );
 	    g_free (filename);
 	  }



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