diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-10-22 17:17:58 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-10-30 16:29:13 +0200 |
commit | f9aa5d9442ae918bb1e583d1543b8da0b51fb959 (patch) | |
tree | d7aed19c2c432706b5f69c6e8f2f694baf5f69fc /src/nautilus-main.c | |
parent | 0e755165bc561b2c61628519c090cd826f7609c6 (diff) | |
download | nautilus-f9aa5d9442ae918bb1e583d1543b8da0b51fb959.tar.gz |
application: go back to libunique for now
While GApplication API settles. Also, porting to the new GApplication
would require quite some refactoring.
Diffstat (limited to 'src/nautilus-main.c')
-rw-r--r-- | src/nautilus-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c index 321291895..34145f018 100644 --- a/src/nautilus-main.c +++ b/src/nautilus-main.c @@ -527,7 +527,7 @@ main (int argc, char *argv[]) uris); g_strfreev (uris); - if (g_application_is_remote (application->unique_app) || + if (unique_app_is_running (application->unique_app) || kill_shell) { exit_with_last_window = TRUE; } |