diff options
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index ba83c1b1..e9e4f157 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -209,7 +209,6 @@ struct xchatprefs unsigned int perc_color; unsigned int perc_ascii; unsigned int autodialog; - unsigned int autosave_url; unsigned int autoreconnect; unsigned int autoreconnectonfail; unsigned int invisible; @@ -323,6 +322,7 @@ struct xchatprefs unsigned int url_grabber; unsigned int url_grabber_limit; + unsigned int url_logging; /* Tells us if we need to save, only when they've been edited. This is so that we continue using internal defaults (which can change in the next release) until the user edits them. */ |