summaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-08-04 14:51:19 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-08-04 14:51:19 -0400
commitd27ee4a09a9c0dd8a994eb3ac49cbacc7017e556 (patch)
treeb2eed328cf1c9644f25099717079980c4aa5705f /src/ui.hh
parent97763814b874f3347e107a5013a529e571a23525 (diff)
Fix: include the close-tab tooltip in the workaround to avoid them linger
This also removes the unused MenuBar variable.
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 aa21f1ed..68b7a972 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -132,7 +132,7 @@ class UI : public CustGroupVertical {
CustGroupVertical *TopGroup;
Fl_Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks, *Tools,
*Clear, *Search, *Help, *BugMeter, *FileButton;
- CustGroupHorizontal *MenuBar, *LocBar, *NavBar, *StatusBar;
+ CustGroupHorizontal *LocBar, *NavBar, *StatusBar;
Fl_Input *Location;
CustProgressBox *PProg, *IProg;
Fl_Group *Panel, *Main;