diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ static iString *serializePrefs_App_(const iApp *d) { | |||
144 | appendFormat_String(str, "window.setrect width:%d height:%d coord:%d %d\n", w, h, x, y); | 144 | appendFormat_String(str, "window.setrect width:%d height:%d coord:%d %d\n", w, h, x, y); |
145 | appendFormat_String(str, "sidebar.width arg:%d\n", width_SidebarWidget(sidebar)); | 145 | appendFormat_String(str, "sidebar.width arg:%d\n", width_SidebarWidget(sidebar)); |
146 | } | 146 | } |
147 | if (isVisible_Widget(constAs_Widget(sidebar))) { | 147 | if (isVisible_Widget(sidebar)) { |
148 | appendCStr_String(str, "sidebar.toggle\n"); | 148 | appendCStr_String(str, "sidebar.toggle\n"); |
149 | } | 149 | } |
150 | if (d->forceWrap) { | 150 | if (d->forceWrap) { |