From 1c8159c4c893ff558b28345a82270a142da3fc5d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 18 Feb 2024 11:35:39 +0100 Subject: [PATCH] [DRun] Drun read url field from cache. --- source/modes/drun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/modes/drun.c b/source/modes/drun.c index b05ce48e4..444b87da3 100644 --- a/source/modes/drun.c +++ b/source/modes/drun.c @@ -1010,6 +1010,7 @@ static gboolean drun_read_cache(DRunModePrivateData *pd, drun_read_stringv(fd, &(entry->keywords)); drun_read_string(fd, &(entry->comment)); + drun_read_string(fd, &(entry->url)); int32_t type = 0; drun_read_integer(fd, &(type)); entry->type = type;