summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index da14f06c..a7aceb19 100644
--- a/src/app.c
+++ b/src/app.c
@@ -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) {