mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[DRun] Drun read url field from cache.
This commit is contained in:
parent
f539a08222
commit
1c8159c4c8
1 changed files with 1 additions and 0 deletions
|
@ -1010,6 +1010,7 @@ static gboolean drun_read_cache(DRunModePrivateData *pd,
|
||||||
drun_read_stringv(fd, &(entry->keywords));
|
drun_read_stringv(fd, &(entry->keywords));
|
||||||
|
|
||||||
drun_read_string(fd, &(entry->comment));
|
drun_read_string(fd, &(entry->comment));
|
||||||
|
drun_read_string(fd, &(entry->url));
|
||||||
int32_t type = 0;
|
int32_t type = 0;
|
||||||
drun_read_integer(fd, &(type));
|
drun_read_integer(fd, &(type));
|
||||||
entry->type = type;
|
entry->type = type;
|
||||||
|
|
Loading…
Reference in a new issue