------------------------------------------------------------
revno: 462
committer: Siegfried-Angel Gevatter Pujals <[email protected]>
branch nick: bluebird
timestamp: Thu 2012-04-05 14:43:45 +0200
message:
Fix typo.
modified:
src/extension-store.vala
--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/extension-store.vala'
--- src/extension-store.vala 2012-04-05 12:12:49 +0000
+++ src/extension-store.vala 2012-04-05 12:43:45 +0000
@@ -109,7 +109,7 @@
{
database.assert_not_corrupt (rc);
}
- catch (EngineError) { }
+ catch (EngineError err) { }
warning ("SQL error: %d, %s", rc, db.errmsg ());
}
return null;
_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zeitgeist
More help : https://help.launchpad.net/ListHelp