diff -r 6aeb7a756187 -r 3c88a81ff781 ginebra2/ContentViews/SuperPageView.cpp --- a/ginebra2/ContentViews/SuperPageView.cpp Thu Sep 23 15:32:11 2010 -0400 +++ b/ginebra2/ContentViews/SuperPageView.cpp Fri Oct 15 17:30:59 2010 -0400 @@ -57,4 +57,7 @@ m_contentView->webWidget()->page()->mainFrame()->evaluateJavaScript(script); } +QString SuperPageView::title() const { + return m_contentView ? m_contentView->title() : QString::null; } +}