summaryrefslogtreecommitdiffstats
path: root/src/widgets/spray-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-26 09:36:22 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-10-26 09:36:22 +0000
commit0ab5eb11dba2f130c7582753f5717ab002dd383e (patch)
treeda31aa246791eab3d84712dc24f5abb4dd070906 /src/widgets/spray-toolbar.cpp
parentRemoving new roughen changes to create a new Spray branch (diff)
downloadinkscape-0ab5eb11dba2f130c7582753f5717ab002dd383e.tar.gz
inkscape-0ab5eb11dba2f130c7582753f5717ab002dd383e.zip
Fixed typos from Mc
Removed unnecesary added headers Put overlap default to false (bzr r14422.1.12)
Diffstat (limited to 'src/widgets/spray-toolbar.cpp')
-rw-r--r--src/widgets/spray-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/spray-toolbar.cpp b/src/widgets/spray-toolbar.cpp
index 6a062bc46..2279845de 100644
--- a/src/widgets/spray-toolbar.cpp
+++ b/src/widgets/spray-toolbar.cpp
@@ -287,7 +287,7 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj
_("Not overlap"),
INKSCAPE_ICON("distribute-randomize"),
secondarySize );
- gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/spray/overlap", true) );
+ gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/spray/overlap", false) );
g_signal_connect_after( G_OBJECT(act), "toggled", G_CALLBACK(sp_toggle_not_overlap), desktop) ;
gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
}