From 156e7d16ee12ce9da9f722fe193ec88850825ca9 Mon Sep 17 00:00:00 2001 From: Paolo Bacchilega Date: Sat, 28 Jun 2014 17:33:52 +0200 Subject: Do not set the selected app as the system default Original commit: https://git.gnome.org/browse/file-roller/commit/?id=5a62707f7776aa88110f6c51b84189635deafe67 Closes https://github.com/mate-desktop/engrampa/issues/47 --- src/fr-window.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/fr-window.c b/src/fr-window.c index e23377c..f9ceef8 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -8003,16 +8003,6 @@ fr_window_open_files_with_application (FrWindow *window, error->message); g_clear_error (&error); } - else { - char *uri; - const char *mime_type; - - uri = g_filename_to_uri (file_list->data, NULL, NULL); - mime_type = get_file_mime_type (uri, FALSE); - if (mime_type != NULL) - g_app_info_set_as_default_for_type (app, mime_type, NULL); - g_free (uri); - } path_list_free (uris); } -- cgit v1.2.1