From c3382e0415d51082545f277c380d37be160e8d2d Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 27 Feb 2013 22:03:38 -0500 Subject: application: move nautilus_application_new() to its own function --- src/nautilus-main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/nautilus-main.c') diff --git a/src/nautilus-main.c b/src/nautilus-main.c index f705ad0ca..e2490b00e 100644 --- a/src/nautilus-main.c +++ b/src/nautilus-main.c @@ -94,11 +94,7 @@ main (int argc, char *argv[]) #endif /* Run the nautilus application. */ - application = g_object_new (NAUTILUS_TYPE_APPLICATION, - "application-id", "org.gnome.Nautilus", - "flags", G_APPLICATION_HANDLES_OPEN, - "inactivity-timeout", 12000, - NULL); + application = nautilus_application_new (); /* hold indefinitely if we're asked to persist */ if (g_getenv ("NAUTILUS_PERSIST") != NULL) { -- cgit v1.2.1