diff --git a/src/app/browser/main/tab.cpp b/src/app/browser/main/tab.cpp index 26df2867..f9b5941c 100644 --- a/src/app/browser/main/tab.cpp +++ b/src/app/browser/main/tab.cpp @@ -38,11 +38,13 @@ void Tab::refresh( void Tab::append( const Glib::ustring & TITLE, + const Glib::ustring & SUBTITLE, const Glib::ustring & REQUEST, const bool & FOCUS ) { auto tabPage = new tab::Page( TITLE, + SUBTITLE, REQUEST );