]> Dogcows Code - chaz/openbox/blobdiff - src/screen.cc
typo
[chaz/openbox] / src / screen.cc
index 80b9083d6992d5e2db1c2551272a2e68cdd21886..da603ed8cb3d690152853fa13c5cc46539651f78 100644 (file)
@@ -23,6 +23,7 @@ extern "C" {
 #include "openbox.hh"
 #include "frame.hh"
 #include "bindings.hh"
+#include "python.hh"
 #include "otk/display.hh"
 
 static bool running;
@@ -75,7 +76,7 @@ OBScreen::OBScreen(int screen)
   // initialize the screen's style
   _style.setImageControl(_image_control);
   std::string stylepath;
-  Openbox::instance->getConfigString("theme", &stylepath);
+  python_get_string("theme", &stylepath);
   otk::Configuration sconfig(false);
   sconfig.setFile(otk::expandTilde(stylepath));
   if (!sconfig.load()) {
This page took 0.020475 seconds and 4 git commands to generate.