[nautilus-actions] Slight adjustment in a source file



commit cd8a21054bb6e583ed27646830315bddf5db7d3d
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Jan 25 20:58:16 2010 +0100

    Slight adjustment in a source file

 ChangeLog                            |    4 ++++
 nautilus-actions/runtime/na-module.c |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8224daf..2d12351 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-25 Pierre Wieser <pwieser trychlos org>
+
+	* nautilus-actions/runtime/na-module.c: Source slight adjustment.
+
 2009-01-23 Pierre Wieser <pwieser trychlos org>
 
 	* nautilus-actions/nact/nact-schemes-list.c: Cleanup the source file.
diff --git a/nautilus-actions/runtime/na-module.c b/nautilus-actions/runtime/na-module.c
index 6baefdf..e8488e8 100644
--- a/nautilus-actions/runtime/na-module.c
+++ b/nautilus-actions/runtime/na-module.c
@@ -54,10 +54,10 @@ struct NAModulePrivate {
 
 	/* api
 	 */
-	gboolean ( * initialize ) ( GTypeModule *module );
-	guint    ( * get_version )( void );
-	gint     ( * list_types ) ( const GType **types );
-	void     ( * shutdown )   ( void );
+	gboolean ( *initialize ) ( GTypeModule *module );
+	guint    ( *get_version )( void );
+	gint     ( *list_types ) ( const GType **types );
+	void     ( *shutdown )   ( void );
 };
 
 static GTypeModuleClass *st_parent_class = NULL;



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