diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-12 12:56:04 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-12 12:56:04 +0000 |
| commit | 13c192e2fa564c0a743e13e30b1cf6de9b1a39a6 (patch) | |
| tree | 3e2b6a003977c53609cac33d16abf38de4954c5f /src/widgets/desktop-widget.cpp | |
| parent | Update to trunk (diff) | |
| download | inkscape-13c192e2fa564c0a743e13e30b1cf6de9b1a39a6.tar.gz inkscape-13c192e2fa564c0a743e13e30b1cf6de9b1a39a6.zip | |
Reverted swatches
Removed a toy effect (not ready yet)
Fixed a bug with Livarot
General cleanup
(bzr r13090.1.23)
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp index 2eba8bb8c..361a54a90 100644 --- a/src/widgets/desktop-widget.cpp +++ b/src/widgets/desktop-widget.cpp @@ -358,7 +358,7 @@ void SPDesktopWidget::init( SPDesktopWidget *dtw ) { using Inkscape::UI::Dialogs::SwatchesPanel; - dtw->panels = new SwatchesPanel("/embedded/swatches", false); + dtw->panels = new SwatchesPanel("/embedded/swatches" /*false*/); dtw->panels->setOrientation(SP_ANCHOR_SOUTH); #if GTK_CHECK_VERSION(3,0,0) |
