summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-12 08:17:28 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-12 08:17:28 +0200
commit26d9da7263ce4aed3a787d4e68153bc5fb41dd5c (patch)
tree1fedb43cf3f2153aee39e2e02a37d9250f8a151a /source/dialogs
parentc53e6cc20ca0c41a47f834306f453a55b7c117c4 (diff)
Position the overlay in the top right corner of the listview.
Diffstat (limited to 'source/dialogs')
-rw-r--r--source/dialogs/drun.c2
1 files changed, 1 insertions, 1 deletions
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 );