diff options
author | corvid <corvid@lavabit.com> | 2012-09-24 18:17:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-09-24 18:17:42 +0000 |
commit | 721f8df196a6fba4892a1ea117a943c2d2e550b1 (patch) | |
tree | eca9ca02355f51b1873ba8857492e7def81b4ca9 /src/ui.cc | |
parent | 7d912907a4e5fcbb514977d5c81f0186ecaa0ed0 (diff) |
trim a few spaces
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ void UI::set_location(const char *str) */ void UI::focus_location() { - if (Panelmode == UI_HIDDEN) { + if (Panelmode == UI_HIDDEN) { panels_toggle(); temporaryPanels(true); } |