summaryrefslogtreecommitdiff
path: root/src/Rootmenu.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-18 03:00:12 +0000
committerDana Jansens <danakj@orodu.net>2002-04-18 03:00:12 +0000
commit4602d87180951a4b7a40283a2fb77f31cad4d789 (patch)
tree95fa1f6ebceeda32ad3a9bdf92893020c256c125 /src/Rootmenu.cc
parente148f58d0ec90f532df7c6c882e331c8bc8b7a59 (diff)
now yuo can change styles again! (oops) wasnt saving teh nwe style file to the Resource class when it changed.
Diffstat (limited to 'src/Rootmenu.cc')
-rw-r--r--src/Rootmenu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rootmenu.cc b/src/Rootmenu.cc
index 59bfb1cf..2bda2070 100644
--- a/src/Rootmenu.cc
+++ b/src/Rootmenu.cc
@@ -102,7 +102,7 @@ void Rootmenu::itemSelected(int button, int index) {
case BScreen::SetStyle:
if (item->exec())
- openbox.saveStyleFilename(item->exec());
+ openbox.setStyleFilename(item->exec());
case BScreen::Reconfigure:
openbox.reconfigure();