fixed paths

This commit is contained in:
jeena 2013-04-23 22:41:51 +02:00
parent 2cb154d0e6
commit e14f16c314
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.build

View file

@ -101,6 +101,7 @@ class MainWindow(QtGui.QMainWindow):
dialog.exec_() dialog.exec_()
def logOut(self): def logOut(self):
self.content.evaluateJavaScript("setArticle()")
self.tinyTinyRSS.logOut() self.tinyTinyRSS.logOut()
self.tinyTinyRSS = None self.tinyTinyRSS = None
self.put("session_id", None) self.put("session_id", None)

View file

@ -1,9 +1,9 @@
[Desktop Entry] [Desktop Entry]
Version=0.1.0 Version=0.1.0
Comment=A desktop client for the TinyTinyRSS feed reader. Comment=A desktop client for the TinyTinyRSS feed reader.
Exec=/usr/bin/feedthemonkey Exec=feedthemonkey
GenericName=Feed Reader GenericName=Feed Reader
Icon=feedthemonkey.py Icon=feedthemonkey
Name=Feed the Monkey Name=Feed the Monkey
NoDisplay=false NoDisplay=false
StartupNotify=true StartupNotify=true