From a8c93f9ae22d515c092bed0e4dca7873a78f2d88 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 21 Aug 2013 20:50:07 -0500 Subject: Change g_simple_action_group_remove() to g_action_map_remove_action() --- test/test-gactionmuxer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-gactionmuxer.cpp') diff --git a/test/test-gactionmuxer.cpp b/test/test-gactionmuxer.cpp index 029e997..498d3dd 100644 --- a/test/test-gactionmuxer.cpp +++ b/test/test-gactionmuxer.cpp @@ -317,7 +317,7 @@ TEST(GActionMuxerTest, Signals) { /* remove the first action */ closure.signal_ran = FALSE; closure.name = "first.one"; - g_simple_action_group_remove (group, "one"); + g_action_map_remove_action (G_ACTION_MAP(group), "one"); EXPECT_TRUE (closure.signal_ran); /* remove the whole group, should be notified about "first.two" */ -- cgit v1.2.3