summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2024-02-18 11:35:39 +0100
committerDave Davenport <qball@gmpclient.org>2024-02-18 11:35:39 +0100
commit1c8159c4c893ff558b28345a82270a142da3fc5d (patch)
tree653547fe74bf8eaebd267f9c141bb93341a75135
parentf539a082228aef10861ea8742f92938c4c8dd162 (diff)
[DRun] Drun read url field from cache.
-rw-r--r--source/modes/drun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/modes/drun.c b/source/modes/drun.c
index b05ce48e..444b87da 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;