]> www.fi.muni.cz Git - evince.git/commit
daemon: Use g_spawn_sync, and correctly test exit code
authorChristian Persch <chpe@gnome.org>
Tue, 20 Oct 2009 18:16:00 +0000 (20:16 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 20 Oct 2009 18:16:00 +0000 (20:16 +0200)
commit75d0450d45cbb38ff1b4eacd8192bdf55669cb9a
tree06c26ce72e17a666c09373d860a998ceaa49be5c
parentba540cc933501c25ee8caddc9225b782e0fec8ae
daemon: Use g_spawn_sync, and correctly test exit code

Use g_spawn_sync() to launch the migration script, and test the exit
code using WIFEXITSTATUS.
shell/ev-daemon.c