[nautilus-actions] NAIOptionsList: fix GType macros



commit e1f93a1f7e4e5339d41facc7fcc84ebec7a6154d
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Jan 13 08:24:30 2012 +0100

    NAIOptionsList: fix GType macros

 ChangeLog                   |    2 ++
 src/core/na-ioptions-list.h |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 06ad89f..67da534 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-01-13 Pierre Wieser <pwieser trychlos org>
 
+	* src/core/na-ioptions-list.h: Fix GType macros.
+
 	* src/core/na-settings.c:
 	* src/core/na-settings.h: Move default values out of the header.
 
diff --git a/src/core/na-ioptions-list.h b/src/core/na-ioptions-list.h
index 66e757c..26f8bc3 100644
--- a/src/core/na-ioptions-list.h
+++ b/src/core/na-ioptions-list.h
@@ -121,8 +121,8 @@
 G_BEGIN_DECLS
 
 #define NA_TYPE_IOPTIONS_LIST                      ( na_ioptions_list_get_type())
-#define NA_IOPTIONS_LIST( instance )               ( G_TYPE_CHECK_INSTANCE_CAST( i, NA_TYPE_IOPTIONS_LIST, NAIOptionsList ))
-#define NA_IS_IOPTIONS_LIST( instance )            ( G_TYPE_CHECK_INSTANCE_TYPE( i, NA_TYPE_IOPTIONS_LIST ))
+#define NA_IOPTIONS_LIST( instance )               ( G_TYPE_CHECK_INSTANCE_CAST( instance, NA_TYPE_IOPTIONS_LIST, NAIOptionsList ))
+#define NA_IS_IOPTIONS_LIST( instance )            ( G_TYPE_CHECK_INSTANCE_TYPE( instance, NA_TYPE_IOPTIONS_LIST ))
 #define NA_IOPTIONS_LIST_GET_INTERFACE( instance ) ( G_TYPE_INSTANCE_GET_INTERFACE(( instance ), NA_TYPE_IOPTIONS_LIST, NAIOptionsListInterface ))
 
 typedef struct _NAIOptionsList                      NAIOptionsList;



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