summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-07-10 13:50:49 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-10 19:59:23 -0700
commit503a150af0c8662ed2b16a276b4ec26887af5288 (patch)
treeeaf13ed8bb1ce3777260c10c7da072b42770038e /pref.h
parent8940f29eadf57d058b18e4cfc8c4bce889be35d7 (diff)
downloadsubsurface-503a150af0c8662ed2b16a276b4ec26887af5288.tar.gz
Added the toggle picture button and hoocked it up
This patch adds the toggle picture button and hoocks it up with the rest of the code. I'v also changed a call from ProfileWidget because it caused errors on the ui generated code, where it would try to call an still-to-be instantiated object. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index a22206de6..fea5061e6 100644
--- a/pref.h
+++ b/pref.h
@@ -63,6 +63,7 @@ struct preferences {
char *proxy_pass;
bool doo2breaks;
bool drop_stone_mode;
+ bool show_pictures_in_profile;
};
enum unit_system_values {
METRIC,