[glib] gactionmap: don't require GActionGroup



commit 390115f3851de49f93918cda9266ab857382cc3e
Author: Lars Uebernickel <lars uebernickel canonical com>
Date:   Sat Apr 20 18:58:14 2013 -0400

    gactionmap: don't require GActionGroup
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698478

 gio/gactionmap.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gio/gactionmap.c b/gio/gactionmap.c
index caa63ad..0987ae1 100644
--- a/gio/gactionmap.c
+++ b/gio/gactionmap.c
@@ -22,7 +22,6 @@
 #include "config.h"
 
 #include "gsimpleaction.h"
-#include "gactiongroup.h"
 #include "gactionmap.h"
 #include "gaction.h"
 
@@ -55,7 +54,7 @@
  * Since: 2.32
  **/
 
-G_DEFINE_INTERFACE (GActionMap, g_action_map, G_TYPE_ACTION_GROUP)
+G_DEFINE_INTERFACE (GActionMap, g_action_map, G_TYPE_OBJECT)
 
 static void
 g_action_map_default_init (GActionMapInterface *iface)


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