diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2013-09-16 18:36:54 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2013-09-16 18:36:54 -0300 |
commit | 5bc56051a92ed2355dbfa2b93e89774fd445e6d9 (patch) | |
tree | ef2d7861be619acf6a4c44672ab33b00e3bf082a /src/ui.hh | |
parent | b2be12828a20c54b325a4f31ca62959ea12f642b (diff) |
Made show_url dillorc option work again (BUG#1128)
Some apps that embed dillo or work in kiosk mode find good use for it.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ class UI : public CustGroupVertical { CustGroupHorizontal *LocBar, *NavBar, *StatusBar; Fl_Input *Location; CustProgressBox *PProg, *IProg; - Fl_Group *Panel, *Main; + Fl_Group *Panel, *Main, *LocationGroup; Fl_Output *StatusOutput; Findbar *FindBar; |