aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-simple-items.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-glib-simple-items.c')
-rw-r--r--tests/test-glib-simple-items.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-simple-items.c b/tests/test-glib-simple-items.c
index 1fff8bf..f4086a4 100644
--- a/tests/test-glib-simple-items.c
+++ b/tests/test-glib-simple-items.c
@@ -25,7 +25,7 @@ dummy_users (DbusmenuMenuitem * root) {
static gboolean
quititall (gpointer data)
{
- g_main_quit(mainloop);
+ g_main_loop_quit(mainloop);
return FALSE;
}