projects
/
quassel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d4978
)
display trayicon on default
author
Alexander von Renteln
<phon@quassel-irc.org>
Thu, 21 Feb 2008 13:33:07 +0000
(13:33 +0000)
committer
Alexander von Renteln
<phon@quassel-irc.org>
Thu, 21 Feb 2008 13:33:07 +0000
(13:33 +0000)
src/qtui/mainwin.cpp
patch
|
blob
|
history
diff --git
a/src/qtui/mainwin.cpp
b/src/qtui/mainwin.cpp
index
e6f3a54
..
7ccd533
100644
(file)
--- a/
src/qtui/mainwin.cpp
+++ b/
src/qtui/mainwin.cpp
@@
-282,7
+282,7
@@
void MainWin::setupSystray() {
systray->setContextMenu(systrayMenu);
QtUiSettings s;
- if(s.value("UseSystemTrayIcon").toBool()) {
+ if(s.value("UseSystemTrayIcon"
, QVariant(true)
).toBool()) {
systray->show();
}