diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-21 16:55:42 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-21 16:55:42 +0200 |
commit | 8e3309ccc493b0953b14f86c91d7940b6d74506b (patch) | |
tree | e1432f5cecd47c1692bb297cd974d6f1eb1f8a9b /src/ui/documentwidget.c | |
parent | f58a551096aa82986d1270c52dd385110ee8c506 (diff) |
Minor tweaks
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 683793ea..7e7ac79f 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -670,7 +670,7 @@ static void updateWindowTitle_DocumentWidget_(const iDocumentWidget *d) { | |||
670 | const iChar siteIcon = siteIcon_GmDocument(d->doc); | 670 | const iChar siteIcon = siteIcon_GmDocument(d->doc); |
671 | if (siteIcon) { | 671 | if (siteIcon) { |
672 | if (!isEmpty_String(text)) { | 672 | if (!isEmpty_String(text)) { |
673 | prependCStr_String(text, " "); | 673 | prependCStr_String(text, " "); |
674 | } | 674 | } |
675 | prependChar_String(text, siteIcon); | 675 | prependChar_String(text, siteIcon); |
676 | } | 676 | } |