[nautilus-actions: 17/19] Bump version number to first unstable release of 1.11 serie



commit 0fb81e4f98758d262eee1d4d21a59c5f62012ace
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Jun 9 22:50:16 2009 +0200

    Bump version number to first unstable release of 1.11 serie
---
 ChangeLog                     |    2 ++
 configure.ac                  |    2 +-
 src/plugin/nautilus-actions.c |    8 ++++++++
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 73171f5..afeb84b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-06-09 Pierre Wieser <pwieser trychlos org>
 
+	* configure.ac: Bump version number.
+
 	* src/common/nact-action.c:
 	* src/common/nact-action.h
 	(nact_action_get_profile_ids, nact_action_free_profile_ids,
diff --git a/configure.ac b/configure.ac
index 5c9cd5f..2d9d324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@
 AC_PREREQ([2.53])
 
 # odd version is unstable
-AC_INIT([Nautilus-Actions],[1.11],[maintainer nautilus-actions org])
+AC_INIT([Nautilus-Actions],[1.11.0],[maintainer nautilus-actions org])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 
diff --git a/src/plugin/nautilus-actions.c b/src/plugin/nautilus-actions.c
index d003887..a821979 100644
--- a/src/plugin/nautilus-actions.c
+++ b/src/plugin/nautilus-actions.c
@@ -257,6 +257,14 @@ instance_finalize( GObject *object )
 	G_OBJECT_CLASS( st_parent_class )->finalize( object );
 }
 
+/*
+ * This function notifies Nautilus file manager that the context menu
+ * items may have changed, and that it should reload them.
+ *
+ * Patch has been provided by Frederic Ruaudel, the initial author of
+ * Nautilus-Actions, and applied on Nautilus 2.15.4 development branch
+ * on 2006-06-16. It was released with Nautilus 2.16.0
+ */
 #ifndef HAVE_NAUTILUS_MENU_PROVIDER_EMIT_ITEMS_UPDATED_SIGNAL
 static void nautilus_menu_provider_emit_items_updated_signal (NautilusMenuProvider *provider)
 {



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