From 204fcbb61fc2e1042190ad1538084693ba4ea56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Wed, 15 Sep 2010 23:28:20 +0200 Subject: Remove FIXME. diff --git a/.gitignore b/.gitignore index 6ea93ba..f2141b5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.pyc *.sloccount *.gcov +*.suo *.gcda *.gcno *.app diff --git a/SwifTools/Notifier/SnarlNotifier.cpp b/SwifTools/Notifier/SnarlNotifier.cpp index 7312edb..1cd3f9d 100644 --- a/SwifTools/Notifier/SnarlNotifier.cpp +++ b/SwifTools/Notifier/SnarlNotifier.cpp @@ -19,7 +19,6 @@ namespace Swift { SnarlNotifier::SnarlNotifier(const String& name, Win32NotifierWindow* window, const boost::filesystem::path& icon) : window(window) { window->onMessageReceived.connect(boost::bind(&SnarlNotifier::handleMessageReceived, this, _1)); - // FIXME: Not sure why the icon doesn't show snarl.RegisterConfig2(window->getID(), name.getUTF8Data(), 0, icon.string().c_str()); foreach(Notifier::Type type, getAllTypes()) { snarl.RegisterAlert(name.getUTF8Data(), typeToString(type).getUTF8Data()); -- cgit v0.10.2-6-g49f6