After selection of (GTK-default) theme in preferences RT doesn't start anymore on Windows, Issue 2330

This commit is contained in:
Ingo
2014-04-06 17:15:51 +02:00
parent 5bb87fe324
commit 8b5e1aebb4
31 changed files with 0 additions and 31 deletions

View File

@@ -679,7 +679,6 @@ Gtk::Widget* Preferences::getGeneralPanel () {
Gtk::Label* themelab = Gtk::manage( new Gtk::Label (M("PREFERENCES_SELECTTHEME")+":") );
theme = Gtk::manage( new Gtk::ComboBoxText () );
theme->append_text (Glib::ustring("(")+M("PREFERENCES_GTKTHEME")+")");
theme->set_active (0);
std::vector<Glib::ustring> themes;
parseDir (argv0 + "/themes", themes, ".gtkrc");