From 539172187f60d62c6fceb091296d59bb64e6026b Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 3 Jun 2017 15:45:16 +0200 Subject: Don't depend on latest of glib. --- source/dialogs/drun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/dialogs') diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c index 77a6dd40..12c37185 100644 --- a/source/dialogs/drun.c +++ b/source/dialogs/drun.c @@ -580,7 +580,7 @@ static void drun_mode_destroy ( Mode *sw ) g_async_queue_lock ( rmpd->icon_fetch_queue ); while ( g_async_queue_try_pop_unlocked ( rmpd->icon_fetch_queue ) ); // Make the thread quit. - g_async_queue_push_front_unlocked ( rmpd->icon_fetch_queue, (gpointer) &(rmpd->quit_entry)); + g_async_queue_push_unlocked ( rmpd->icon_fetch_queue, (gpointer) &(rmpd->quit_entry)); g_async_queue_unlock ( rmpd->icon_fetch_queue ); g_thread_join ( rmpd->thread ); rmpd->thread = NULL; -- cgit v1.2.3