[nautilus-actions: 17/30] Update libraries compilation order



commit 46dd3c3c7e5fefe49b6b4ecb6918e912cecd72e7
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Nov 20 09:13:47 2009 +0100

    Update libraries compilation order

 ChangeLog                    |    6 ++++++
 TODO                         |   16 ++++++++++++++++
 nautilus-actions/Makefile.am |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ec1d0ba..8ccc752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-20 Pierre Wieser <pwieser trychlos org>
+
+	* src/Makefile.am:
+	Update compilation order as io-provider-gconf plugin depends on
+	runtime.
+
 2009-11-19 Pierre Wieser <pwieser trychlos org>
 
 	Create GConf IO Provider as a plugin.
diff --git a/TODO b/TODO
index 4eacefb..b6dbd44 100644
--- a/TODO
+++ b/TODO
@@ -80,3 +80,19 @@
 - export: add a overwrite page: what to do if file already exists ?
 
 - na_object_id_get_topmost_parent: should it return a NAObjectItem ?
+
+- nautilus-actions-new:
+  the label disappears when selected in NACT via bottom arrow ??
+  but not when right clicking on the row
+  neither if target selection is set
+  neither when target folder is set
+  but also if target toolbar is set
+
+- nautilus-actions-new:
+  give same defaults that when creating an action in NACT
+
+- na_pivot_new: shouldn't take an argument (use add_consumer)
+
+- NACT: deleting an action, then saving, doesn't reset modif indicator (*)
+
+- gconf monitor doesn't work when creating with nautilus-actions-new
diff --git a/nautilus-actions/Makefile.am b/nautilus-actions/Makefile.am
index a1969d1..f55be48 100644
--- a/nautilus-actions/Makefile.am
+++ b/nautilus-actions/Makefile.am
@@ -29,8 +29,8 @@
 SUBDIRS = \
 	api							\
 	private						\
-	io-provider-gconf			\
 	runtime						\
+	io-provider-gconf			\
 	nact						\
 	plugin						\
 	test						\



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