small fixes
[enigma2.git] / lib / gui / ewindow.cpp
index 622e8b0acacf92cb33f9196b074e560b28844e02..54a359582327698d6c24227cdf2b6fde4bfcbeff 100644 (file)
@@ -43,6 +43,11 @@ void eWindow::setTitle(const std::string &string)
        event(evtTitleChanged);
 }
 
+std::string eWindow::getTitle() const
+{
+       return m_title;
+}
+
 void eWindow::setFlag(int flags)
 {
        m_flags |= flags;