summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-09-15 17:42:18 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-09-15 17:43:04 (GMT)
commit7c6ca6948f81dc4ee6430d46aeae7f7de806a251 (patch)
treeed46e0e3b2e58a70533dc2d2089a851710096d07 /Swift/QtUI/QtSwift.cpp
parent8e596c2c0c9155830bb6e00204301bb0333274a5 (diff)
downloadswift-7c6ca6948f81dc4ee6430d46aeae7f7de806a251.zip
swift-7c6ca6948f81dc4ee6430d46aeae7f7de806a251.tar.bz2
Attempt to show icon in Snarl config dialog.
Doesn't work though. Need to find out why.
Diffstat (limited to 'Swift/QtUI/QtSwift.cpp')
-rw-r--r--Swift/QtUI/QtSwift.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSwift.cpp b/Swift/QtUI/QtSwift.cpp
index 0118416..13543af 100644
--- a/Swift/QtUI/QtSwift.cpp
+++ b/Swift/QtUI/QtSwift.cpp
@@ -102,7 +102,7 @@ QtSwift::QtSwift(po::variables_map options) : autoUpdater_(NULL) {
notifier_ = new GrowlNotifier(SWIFT_APPLICATION_NAME);
#elif defined(HAVE_SNARL)
notifierWindow_ = new QtWin32NotifierWindow();
- notifier_ = new SnarlNotifier(SWIFT_APPLICATION_NAME, notifierWindow_);
+ notifier_ = new SnarlNotifier(SWIFT_APPLICATION_NAME, notifierWindow_, applicationPathProvider_->getResourcePath("/images/logo-icon-32.png"));
#else
notifier_ = new NullNotifier();
#endif