------------------------------------------------------------
revno: 267
committer: Siegfried-Angel Gevatter Pujals <[email protected]>
branch nick: bluebird
timestamp: Sun 2011-09-18 15:21:31 +0200
message:
exit -> Posix.exit
modified:
src/zeitgeist-daemon.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/zeitgeist-daemon.vala'
--- src/zeitgeist-daemon.vala 2011-09-18 13:18:23 +0000
+++ src/zeitgeist-daemon.vala 2011-09-18 13:21:31 +0000
@@ -270,7 +270,7 @@
if (!replace_mode)
{
stderr.printf ("Could not aquire name\n");
- exit (10);
+ Posix.exit (10);
}
// FIXME: implement --replace and --quit
_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zeitgeist
More help : https://help.launchpad.net/ListHelp