fixed paths
This commit is contained in:
parent
2cb154d0e6
commit
e14f16c314
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.build
|
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue