summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-09-15 21:28:20 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-09-15 21:28:45 (GMT)
commit204fcbb61fc2e1042190ad1538084693ba4ea56d (patch)
tree0c834e6cb0ddacdb68da19fcf8182bcc7f65c316 /SwifTools
parenteb86232aee2cd49d8c8031abe95bf61d29f25096 (diff)
downloadswift-204fcbb61fc2e1042190ad1538084693ba4ea56d.zip
swift-204fcbb61fc2e1042190ad1538084693ba4ea56d.tar.bz2
Remove FIXME.
Diffstat (limited to 'SwifTools')
-rw-r--r--SwifTools/Notifier/SnarlNotifier.cpp1
1 files changed, 0 insertions, 1 deletions
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());