summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-notebook.cpp
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2014-05-30 11:28:00 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2014-05-30 11:28:00 +0000
commite373a552e457bb9aec3a31cf7d3fd01ded3f330d (patch)
tree369455c369f3115bd16d4f2308afc85b151597b0 /src/widgets/sp-color-notebook.cpp
parentSPColorSelector c++-sification: added SelectedColor class (diff)
downloadinkscape-e373a552e457bb9aec3a31cf7d3fd01ded3f330d.tar.gz
inkscape-e373a552e457bb9aec3a31cf7d3fd01ded3f330d.zip
SPColorSelector c++-sification: added ColorSelectorFactory
(bzr r13341.6.27)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
-rw-r--r--src/widgets/sp-color-notebook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp
index e081f98e0..367063790 100644
--- a/src/widgets/sp-color-notebook.cpp
+++ b/src/widgets/sp-color-notebook.cpp
@@ -360,7 +360,7 @@ void ColorNotebook::init()
// uncomment to reenable the "show/hide modes" menu,
// but first fix it so it remembers its settings in prefs and does not take that much space (entire vertical column!)
- //gtk_table_attach (GTK_TABLE (table), align, 2, 3, row, row + 1, GTK_FILL, GTK_FILL, XPAD, YPAD);
+ gtk_table_attach (GTK_TABLE (table), align, 2, 3, row, row + 1, GTK_FILL, GTK_FILL, XPAD, YPAD);
g_signal_connect_swapped(G_OBJECT(_btn), "event", G_CALLBACK (sp_color_notebook_menu_handler), G_OBJECT(_csel));
if ( !found )