summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dillorc4
-rw-r--r--src/prefs.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/dillorc b/dillorc
index 6832395e..9e13f84e 100644
--- a/dillorc
+++ b/dillorc
@@ -19,9 +19,9 @@
# menu.)
#load_images=YES
-# Change this if you do not want background images to be loaded initially.
+# Change this if you want background images to be loaded initially.
# (While browsing, this can be changed from the tools/settings menu.)
-#load_background_images=YES
+#load_background_images=FALSE
# Change this if you want to disable loading of CSS stylesheets initially.
# (While browsing, this can be changed from the tools/settings menu.)
diff --git a/src/prefs.c b/src/prefs.c
index 257e4a05..cd13aac8 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -68,7 +68,7 @@ void a_Prefs_init(void)
prefs.http_user_agent = dStrdup(PREFS_HTTP_USER_AGENT);
prefs.limit_text_width = FALSE;
prefs.load_images=TRUE;
- prefs.load_background_images=TRUE;
+ prefs.load_background_images=FALSE;
prefs.load_stylesheets=TRUE;
prefs.middle_click_drags_page = TRUE;
prefs.middle_click_opens_new_tab = TRUE;