diff --git a/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp b/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp index bb8a0324565..efff585e96a 100644 --- a/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp +++ b/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp @@ -21,12 +21,12 @@ using namespace std; MythBrowser::MythBrowser(MythScreenStack *parent, QStringList &urlList, float zoom) : MythScreenType (parent, "mythbrowser"), - m_urlList(urlList), m_pageList(NULL), - m_progressBar(NULL), m_titleText(NULL), - m_statusText(NULL), m_currentBrowser(-1), - m_zoom(zoom), m_menuPopup(NULL), - m_defaultFavIcon(NULL), m_backButton(NULL), - m_forwardButton(NULL), m_exitButton(NULL) + m_urlList(urlList), m_pageList(NULL), + m_progressBar(NULL), m_titleText(NULL), + m_statusText(NULL), m_backButton(NULL), + m_forwardButton(NULL), m_exitButton(NULL), + m_currentBrowser(-1), m_zoom(zoom), + m_menuPopup(NULL), m_defaultFavIcon(NULL) { GetMythMainWindow()->PauseIdleTimer(true); }