diff options
Diffstat (limited to 'src/terminal.c')
-rw-r--r-- | src/terminal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/terminal.c b/src/terminal.c index a5e07c7..2f65284 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -483,8 +483,6 @@ main (int argc, char **argv) working_directory = g_get_current_dir (); - gdk_set_allowed_backends ("x11"); - /* Now change directory to $HOME so we don't prevent unmounting, e.g. if the * factory is started by caja-open-terminal. See bug #565328. * On failure back to /. @@ -507,7 +505,6 @@ main (int argc, char **argv) egg_sm_client_get_option_group (), #endif /* HAVE_SMCLIENT */ NULL); - g_free (working_directory); if (options == NULL) |