From 220b5c40f91c6509951ccd0d506a9bd77d9d6bac Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Feb 2003 11:03:57 +0000 Subject: make python config variables very visible by making them all capitals. cleaner nicer documentation in the py modules. make public functions more visible. --- src/frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frame.cc') diff --git a/src/frame.cc b/src/frame.cc index ab21daff..57b338c8 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -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 -- cgit v1.2.3