]> Dogcows Code - chaz/openbox/blobdiff - src/frame.cc
watch for bad actions and contexts
[chaz/openbox] / src / frame.cc
index ab21daffd823ee296e5fa2bb45441a2e5045fb57..57b338c8905743d279fd3579657d3f6359e279d6 100644 (file)
@@ -173,7 +173,7 @@ void Frame::adjustSize()
     const int sep = bevel + 1;
 
     otk::ustring layout;
-    if (!python_get_string("titlebar_layout", &layout))
+    if (!python_get_string("TITLEBAR_LAYOUT", &layout))
       layout = "ILMC";
 
     // this code ensures that the string only has one of each possible
This page took 0.019812 seconds and 4 git commands to generate.