diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-07-10 13:50:49 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 19:59:23 -0700 |
commit | 503a150af0c8662ed2b16a276b4ec26887af5288 (patch) | |
tree | eaf13ed8bb1ce3777260c10c7da072b42770038e /subsurfacestartup.c | |
parent | 8940f29eadf57d058b18e4cfc8c4bce889be35d7 (diff) | |
download | subsurface-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 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 58291d272..1af68510e 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -41,7 +41,8 @@ struct preferences default_prefs = { .bottompo2 = 1400, .decopo2 = 1600, .doo2breaks = false, - .drop_stone_mode = false + .drop_stone_mode = false, + .show_pictures_in_profile = true }; int run_survey; |