------------------------------------------------------------
revno: 270
committer: Seif Lotfy <[email protected]>
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;
}
_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zeitgeist
More help : https://help.launchpad.net/ListHelp