Ported Retinex to Gtk3 and removed "Theme=" workaround
This commit is contained in:
@@ -283,10 +283,6 @@ int main(int argc, char **argv)
|
||||
simpleEditor = true;
|
||||
}
|
||||
|
||||
if (options.theme.empty()) {
|
||||
options.theme = "21-Gray-Gray";
|
||||
}
|
||||
|
||||
Gtk::Main m(&argc, &argv);
|
||||
|
||||
Glib::ustring icon_path = Glib::build_filename(argv0, "images");
|
||||
|
Reference in New Issue
Block a user