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 /SwifTools/Notifier/SnarlNotifier.h
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 'SwifTools/Notifier/SnarlNotifier.h')
-rw-r--r--SwifTools/Notifier/SnarlNotifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/Notifier/SnarlNotifier.h b/SwifTools/Notifier/SnarlNotifier.h
index 45408ec..d744023 100644
--- a/SwifTools/Notifier/SnarlNotifier.h
+++ b/SwifTools/Notifier/SnarlNotifier.h
@@ -16,7 +16,7 @@ namespace Swift {
class SnarlNotifier : public Notifier {
public:
- SnarlNotifier(const String& name, Win32NotifierWindow* window);
+ SnarlNotifier(const String& name, Win32NotifierWindow* window, const boost::filesystem::path& icon);
~SnarlNotifier();
virtual void showMessage(Type type, const String& subject, const String& description, const boost::filesystem::path& picture, boost::function<void()> callback);