Auto disable of "ICC standard profile" when non is available

see issue 938 (should have committed this before 4.0.3 :-( )
This commit is contained in:
Oliver Duis
2011-09-19 18:04:00 +02:00
parent e65d2bbf24
commit a744c9de6e
3 changed files with 8 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
#include <guiutils.h>
#include <toolpanel.h>
#include <imagedata.h>
class ICMPanelListener {
@@ -82,7 +83,7 @@ class ICMPanel : public Gtk::VBox, public AdjusterListener, public FoldableToolP
void ipSelectionChanged ();
void iccTogglesChanged();
void setRaw (bool raw);
void setRawMeta (bool raw, const rtengine::ImageData* pMeta);
void saveReferencePressed ();
void setICMPanelListener (ICMPanelListener* ipl) { icmplistener = ipl; }