From 26d9da7263ce4aed3a787d4e68153bc5fb41dd5c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 12 Jun 2017 08:17:28 +0200 Subject: Position the overlay in the top right corner of the listview. --- 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 df2381c0..e5419ea4 100644 --- a/source/dialogs/drun.c +++ b/source/dialogs/drun.c @@ -510,7 +510,7 @@ static int drun_mode_init ( Mode *sw ) "gnome", NULL }; - DRunModePrivateData *pd = g_malloc0 ( sizeof ( *pd ) ); + DRunModePrivateData *pd = g_malloc0 ( sizeof ( *pd ) ); pd->disabled_entries = g_hash_table_new_full ( g_str_hash, g_str_equal, g_free, NULL ); mode_set_private_data ( sw, (void *) pd ); pd->xdg_context = nk_xdg_theme_context_new ( drun_icon_fallback_themes, NULL ); -- cgit v1.2.3