diff options
Diffstat (limited to 'thunar/main.c')
-rw-r--r-- | thunar/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thunar/main.c b/thunar/main.c index f9c393e4..7450f076 100644 --- a/thunar/main.c +++ b/thunar/main.c @@ -106,7 +106,7 @@ thunar_delayed_exit_check (gpointer user_data) /* don't call this function again */ return FALSE; } - + } @@ -143,7 +143,7 @@ main (int argc, char **argv) if (!g_thread_supported ()) g_thread_init (NULL); #endif - + /* get the startup notification id */ startup_id = g_getenv ("DESKTOP_STARTUP_ID"); @@ -314,7 +314,7 @@ error0: * schedule an idle source which repeatedly checks whether we are done * processing. Once we're done, it'll make the application quit if there * are no open windows */ - g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check, + g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check, g_object_ref (application), g_object_unref); } |