diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-07-01 11:42:56 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-07-01 11:42:56 +0000 |
| commit | 42f15920e2431293c8bfad4c8a8ff954632cc79c (patch) | |
| tree | ec34c6366b114f73d5b81a2553273d8d406edf16 /src/widgets | |
| parent | Fix building with Poppler 0.20 (LP: #1005565) (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
