Patches applied to build system

This commit is contained in:
ghorvath
2010-01-08 22:42:36 +00:00
parent 434749c238
commit d2f16aeaf1
12 changed files with 106 additions and 969 deletions

View File

@@ -71,7 +71,10 @@ int main(int argc, char **argv)
Options::load ();
Gtk::RC::add_default_file (argv0+"/themes/"+options.theme);
// Gtk::RC::add_default_file (argv0+"/themes/"+options.theme);
std::vector<std::string> rcfiles;
rcfiles.push_back (argv0+"/themes/"+options.theme);
Gtk::RC::set_default_files (rcfiles);
Gtk::Main m(&argc, &argv);
// MainWindow *MainWindow = new class MainWindow();