summaryrefslogtreecommitdiff
path: root/portato/gui/qt/windows.py
diff options
context:
space:
mode:
authornecoro <>2007-06-12 21:24:55 +0000
committernecoro <>2007-06-12 21:24:55 +0000
commitee7e444d9214f5cbc83d18a26b38afd7eaf90159 (patch)
tree404916de586903e454b9a4441d9f6aa6cc47f26b /portato/gui/qt/windows.py
parent75b0aed85204717a116a14674039dcab1381fc90 (diff)
downloadportato-ee7e444d9214f5cbc83d18a26b38afd7eaf90159.tar.gz
portato-ee7e444d9214f5cbc83d18a26b38afd7eaf90159.tar.bz2
portato-ee7e444d9214f5cbc83d18a26b38afd7eaf90159.zip
reverted back to png, but now using the image in the svg
Diffstat (limited to 'portato/gui/qt/windows.py')
-rw-r--r--portato/gui/qt/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py
index 639b42b..4763fb8 100644
--- a/portato/gui/qt/windows.py
+++ b/portato/gui/qt/windows.py
@@ -725,7 +725,7 @@ class MainWindow (Window):
def build_systray (self):
if self.cfg.get_boolean("systray_opt", self.cfg.const["gui_sec"]):
- self.systray = Qt.QSystemTrayIcon(Qt.QIcon(APP_ICON_PNG), self) # use this until Qt supports proper SVG images in the systray
+ self.systray = Qt.QSystemTrayIcon(Qt.QIcon(APP_ICON), self) # use this until Qt supports proper SVG images in the systray
self.trayIconMenu = Qt.QMenu(self)
self.trayIconMenu.addAction(self.quitAction)
self.systray.setContextMenu(self.trayIconMenu)
e functionality for the Qt-Frontendnecoro11-88/+463 2007-04-07Added Qt-Terminalnecoro4-4/+213 2007-04-06First qt draftnecoro6-1/+796 2007-04-04showed masked packages unmasked by the user similar to stable marked testing ...necoro5-13/+40 2007-03-31changed changelognecoro1-1/+2 2007-03-31Some small changes for etcproposals 1.1necoro1-2/+2 2007-03-31Some small changes for etcproposals 1.1necoro2-3/+3 2007-03-31Some small changes for etcproposals 1.1necoro1-6/+13 2007-03-31Allowed Plugins to have a menunecoro7-201/+315 2007-03-15Added etc-proposals pluginnecoro7-28/+121 2007-03-10Added USE_EXPAND-supportnecoro5-11/+63 2007-03-10Added plugin-data to about-dialognecoro3-197/+264