diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-04 14:51:19 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-04 14:51:19 -0400 |
commit | d27ee4a09a9c0dd8a994eb3ac49cbacc7017e556 (patch) | |
tree | b2eed328cf1c9644f25099717079980c4aa5705f /src/ui.hh | |
parent | 97763814b874f3347e107a5013a529e571a23525 (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.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |