diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 11:03:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 11:03:57 +0000 |
| commit | 220b5c40f91c6509951ccd0d506a9bd77d9d6bac (patch) | |
| tree | 8919e4cad1b94beff0967f59418aedaad0f952d7 /src/frame.cc | |
| parent | 7e3a0b227c26739cf562fe58769487976b7be604 (diff) | |
make python config variables very visible by making them all capitals. cleaner nicer documentation in the py modules. make public functions more visible.
Diffstat (limited to 'src/frame.cc')
| -rw-r--r-- | src/frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
