Patch from Marco Bubke to allow bypassing the input color profile.

This commit is contained in:
Emil Martinec
2010-11-16 19:32:38 -06:00
parent 214e052836
commit 7ce015146f
2 changed files with 19 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ class ICMPanelListener {
class ICMPanel : public Gtk::VBox, public ToolPanel {
private:
private:
Gtk::RadioButton* inone;
Gtk::RadioButton* iembedded;
Gtk::RadioButton* icamera;
Gtk::RadioButton* ifromfile;