diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2009-12-25 19:28:19 +0000 |
|---|---|---|
| committer | Maximilian Albert <maximilian.albert@gmail.com> | 2009-12-25 19:28:19 +0000 |
| commit | 72541b359cee54219fd71a5776cf48f5ea1e5b6b (patch) | |
| tree | 8a048e8f2c0a48f2230870eed3770556306e7ddf /src/widgets/sp-color-notebook.cpp | |
| parent | fix build again for old poppler libs, by reverting a part of my previous commit (diff) | |
| download | inkscape-72541b359cee54219fd71a5776cf48f5ea1e5b6b.tar.gz inkscape-72541b359cee54219fd71a5776cf48f5ea1e5b6b.zip | |
Fix compile when lcms is disabled (someone please check that this fix is correct).
(bzr r8909)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
| -rw-r--r-- | src/widgets/sp-color-notebook.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp index 56b60d120..3ba39dd30 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -374,8 +374,10 @@ void ColorNotebook::init() sp_set_font_size_smaller (rgbabox); gtk_widget_show_all (rgbabox); +#if ENABLE_LCMS //the "too much ink" icon is initially hidden gtk_widget_hide(GTK_WIDGET(_box_toomuchink)); +#endif //ENABLE_LCMS gtk_table_attach (GTK_TABLE (table), rgbabox, 0, 2, row, row + 1, GTK_FILL, GTK_SHRINK, XPAD, YPAD); |
