aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-11 14:03:47 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-11 14:03:47 -0400
commit64ebc0065c367226307a4d98b084ad024f02e972 (patch)
tree380dad3f9c7c1f6ff4aae48785cd8b8302c8490d /src/ui.hh
parent9ef8198720e627434f898fb41f0724c7849dacab (diff)
Made "hide-panels" hide the findbar, then panels (and removed "fullscreen").
Redefined "hide-panels" to close the findbar if it's visible, and all the panels when the findbar is not visible.
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 7865d9e9..beb202a9 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -160,7 +160,7 @@ public:
int get_smallicons() { return Small_Icons; }
void change_panel(int new_size, int small_icons);
void findbar_toggle(bool add);
- void fullscreen_toggle();
+ void panels_toggle();
CustTabs *tabs() { return Tabs; }
void tabs(CustTabs *tabs) { Tabs = tabs; }