diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-28 12:36:09 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-28 12:36:09 +0200 |
commit | 247b033aaf5a7a72e26cd11a6ab676b913b67ace (patch) | |
tree | e8b76e8a66393a33e01bdedc2ff0f381511b954c /src/ui/lookupwidget.c | |
parent | e8b9d34565824b526aa48a28699781b486e897b6 (diff) |
SidebarWidget: Opening feed entries in new tab
Diffstat (limited to 'src/ui/lookupwidget.c')
-rw-r--r-- | src/ui/lookupwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/lookupwidget.c b/src/ui/lookupwidget.c index b80170d2..284d518e 100644 --- a/src/ui/lookupwidget.c +++ b/src/ui/lookupwidget.c | |||
@@ -535,7 +535,7 @@ static void presentResults_LookupWidget_(iLookupWidget *d) { | |||
535 | cstr_String(&res->label), | 535 | cstr_String(&res->label), |
536 | uiText_ColorEscape, | 536 | uiText_ColorEscape, |
537 | cstr_String(&res->meta)); | 537 | cstr_String(&res->meta)); |
538 | const iString *cmd = feedEntryOpenCommand_String(&res->url); | 538 | const iString *cmd = feedEntryOpenCommand_String(&res->url, 0); |
539 | if (cmd) { | 539 | if (cmd) { |
540 | set_String(&item->command, cmd); | 540 | set_String(&item->command, cmd); |
541 | } | 541 | } |