From 4602d87180951a4b7a40283a2fb77f31cad4d789 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 18 Apr 2002 03:00:12 +0000 Subject: now yuo can change styles again! (oops) wasnt saving teh nwe style file to the Resource class when it changed. --- src/Rootmenu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Rootmenu.cc') 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(); -- cgit v1.2.3