diff options
Diffstat (limited to 'test/test-gactionmuxer.cpp')
-rw-r--r-- | test/test-gactionmuxer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" */ |