synced with master (merged master into gtk3)

This commit is contained in:
Beep6581
2015-10-17 16:23:10 +02:00
98 changed files with 6601 additions and 1473 deletions

View File

@@ -283,6 +283,10 @@ 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");