summaryrefslogtreecommitdiffstats
path: root/src/dialogs/swatches.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-02-19 07:43:49 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-02-19 07:43:49 +0000
commit8e3ef5a882b0b13ebfb40a38bde56fff266ee988 (patch)
tree612fb1047f87cf399d4b92066572d4167e0fde54 /src/dialogs/swatches.cpp
parentFixing scrollbar size for embeded color swatches. (diff)
downloadinkscape-8e3ef5a882b0b13ebfb40a38bde56fff266ee988.tar.gz
inkscape-8e3ef5a882b0b13ebfb40a38bde56fff266ee988.zip
Refactoring panel containment. Purged ugly 'X'.
(bzr r159)
Diffstat (limited to 'src/dialogs/swatches.cpp')
-rw-r--r--src/dialogs/swatches.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp
index c01217fe6..d55a559d8 100644
--- a/src/dialogs/swatches.cpp
+++ b/src/dialogs/swatches.cpp
@@ -470,7 +470,7 @@ SwatchesPanel::SwatchesPanel() :
}
- pack_start(*_holder, Gtk::PACK_EXPAND_WIDGET);
+ _getContents()->pack_start(*_holder, Gtk::PACK_EXPAND_WIDGET);
_setTargetFillable(_holder);
show_all_children();