diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-18 03:00:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-18 03:00:12 +0000 |
| commit | 4602d87180951a4b7a40283a2fb77f31cad4d789 (patch) | |
| tree | 95fa1f6ebceeda32ad3a9bdf92893020c256c125 /src/openbox.h | |
| parent | e148f58d0ec90f532df7c6c882e331c8bc8b7a59 (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/openbox.h')
| -rw-r--r-- | src/openbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openbox.h b/src/openbox.h index 144888bb..eae8bcff 100644 --- a/src/openbox.h +++ b/src/openbox.h @@ -178,8 +178,8 @@ public: void setFocusedWindow(OpenboxWindow *w); void shutdown(); - void saveStyleFilename(const char *); - void saveMenuFilename(const char *); + void setStyleFilename(const char *); + void setMenuFilename(const char *); void saveMenuSearch(Window, Basemenu *); void saveWindowSearch(Window, OpenboxWindow *); void saveToolbarSearch(Window, Toolbar *); |
