summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-01 11:42:56 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-07-01 11:42:56 +0000
commit42f15920e2431293c8bfad4c8a8ff954632cc79c (patch)
treeec34c6366b114f73d5b81a2553273d8d406edf16 /src/widgets
parentFix building with Poppler 0.20 (LP: #1005565) (diff)
downloadinkscape-42f15920e2431293c8bfad4c8a8ff954632cc79c.tar.gz
inkscape-42f15920e2431293c8bfad4c8a8ff954632cc79c.zip
Fix for 950677 : Retire legacy gradient editor
(bzr r11519)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/gradient-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-selector.cpp b/src/widgets/gradient-selector.cpp
index 2095179ae..3eba2da23 100644
--- a/src/widgets/gradient-selector.cpp
+++ b/src/widgets/gradient-selector.cpp
@@ -444,7 +444,7 @@ static void
sp_gradient_selector_edit_vector_clicked (GtkWidget */*w*/, SPGradientSelector *sel)
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- if (prefs->getBool("/dialogs/gradienteditor/showlegacy", true)) {
+ if (prefs->getBool("/dialogs/gradienteditor/showlegacy", false)) {
// Legacy gradient dialog
GtkWidget *dialog;
dialog = sp_gradient_vector_editor_new (SP_GRADIENT_VECTOR_SELECTOR (sel->vectors)->gr);