diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 05:20:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 05:20:13 +0000 |
| commit | 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (patch) | |
| tree | 69eaa560ba90666b995d46b32ec64518e4b9a529 /src/screen.cc | |
| parent | 7b7ae097a0d389a35967fdab4ea310effcfc42c2 (diff) | |
remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.cc b/src/screen.cc index a7aded34..1de4f72a 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -478,7 +478,7 @@ void Screen::manageWindow(Window window) openbox->addClient(client->frame->label(), client); openbox->addClient(client->frame->button_max(), client); openbox->addClient(client->frame->button_iconify(), client); - openbox->addClient(client->frame->button_stick(), client); + openbox->addClient(client->frame->button_alldesk(), client); openbox->addClient(client->frame->button_close(), client); openbox->addClient(client->frame->handle(), client); openbox->addClient(client->frame->grip_left(), client); @@ -543,7 +543,7 @@ void Screen::unmanageWindow(Client *client) openbox->removeClient(frame->label()); openbox->removeClient(frame->button_max()); openbox->removeClient(frame->button_iconify()); - openbox->removeClient(frame->button_stick()); + openbox->removeClient(frame->button_alldesk()); openbox->removeClient(frame->button_close()); openbox->removeClient(frame->handle()); openbox->removeClient(frame->grip_left()); |
