diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-24 13:15:00 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-24 13:15:00 +0300 |
commit | 455a635080a1c1c4b164af3060836f0d8c1b3c1c (patch) | |
tree | bc77c492e9b7187d8b277d2a1cd024902c8ae3eb /src/ui/sidebarwidget.c | |
parent | fbf36dfbf77701d647f0133f1532ebc42eb05e32 (diff) |
Updated for the_Foundation API changes
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r-- | src/ui/sidebarwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index 066386cb..82efb04e 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c | |||
@@ -719,7 +719,7 @@ static void draw_SidebarWidget_(const iSidebarWidget *d) { | |||
719 | else { | 719 | else { |
720 | iUrl parts; | 720 | iUrl parts; |
721 | init_Url(&parts, &item->url); | 721 | init_Url(&parts, &item->url); |
722 | const iBool isGemini = equalCase_Rangecc(&parts.protocol, "gemini"); | 722 | const iBool isGemini = equalCase_Rangecc(parts.protocol, "gemini"); |
723 | draw_Text( | 723 | draw_Text( |
724 | font, | 724 | font, |
725 | add_I2(topLeft_Rect(itemRect), | 725 | add_I2(topLeft_Rect(itemRect), |