← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 270: remove faulty fixme notice

 

------------------------------------------------------------
revno: 270
committer: Seif Lotfy <seif@xxxxxxxxx>
branch nick: bluebird
timestamp: Sun 2011-09-18 16:13:07 +0200
message:
  remove faulty fixme notice
modified:
  src/engine.vala


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/engine.vala'
--- src/engine.vala	2011-09-18 12:54:07 +0000
+++ src/engine.vala	2011-09-18 14:13:07 +0000
@@ -989,7 +989,7 @@
     {
         if (!val.has_prefix ("!"))
             return false;
-        val = val.substring (1); // FIXME: fix for unicode
+        val = val.substring (1);
         return true;
     }