From ad91f9a1241ade8cfaf9bb54a6df6cacffb77315 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 8 Jun 2017 08:46:16 +0200 Subject: [TextBox] Calculate yalign based on actual side, not estimated size. --- source/dialogs/drun.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/dialogs') diff --git a/source/dialogs/drun.c b/source/dialogs/drun.c index 2840a16c..a9d6bd5c 100644 --- a/source/dialogs/drun.c +++ b/source/dialogs/drun.c @@ -459,14 +459,14 @@ static gpointer drun_icon_fetch ( gpointer data ) // this should be fine running in another thread. DRunModePrivateData *pd = (DRunModePrivateData *) data; DRunModeEntry *dr; - gsize i = 0; - const gchar *themes[4]; + gsize i = 0; + const gchar *themes[4]; if ( config.drun_icon_theme != NULL ) { themes[i++] = config.drun_icon_theme; } themes[i++] = "Adwaita"; themes[i++] = "gnome"; - themes[i] = NULL; + themes[i] = NULL; while ( ( dr = g_async_queue_pop ( pd->icon_fetch_queue ) ) != &( pd->quit_entry ) ) { if ( dr->icon_name == NULL ) { -- cgit v1.2.3