summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6eeedb)
raw | patch | inline | side by side (parent: d6eeedb)
author | joncruz <joncruz@users.sourceforge.net> | |
Mon, 31 Aug 2009 05:21:41 +0000 (05:21 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Mon, 31 Aug 2009 05:21:41 +0000 (05:21 +0000) |
src/widgets/sp-color-icc-selector.cpp | patch | blob | history |
index 392a52c6d0cf944b67350d459329577d579f296c..80a551f6a660b2b3358d016d655ebba14fc9822b 100644 (file)
gtk_adjustment_set_value( _fooAdj[i], val );
}
- if ( _prof->getTransfToSRGB8() ) {
+ if ( _prof && _prof->getTransfToSRGB8() ) {
for ( guint i = 0; i < _profChannelCount; i++ ) {
if ( static_cast<gint>(i) != ignore ) {
icUInt16Number* scratch = getScratch();