diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 17:00:33 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 17:00:33 -0500 |
commit | bf7b1c01ce324e441d85d9706dfca6208c824f9d (patch) | |
tree | e856afb7f1f6dd2c3c50b4c1a71400ae2a29aca4 /libre/file-roller-libre/extract-to-fix.patch | |
parent | 918b51b44f8d1a299f7f0fbce1f58491804c9f80 (diff) | |
parent | a16a7fa77c16e8e6c5abcdca28a2970f77ea8650 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/file-roller-libre/extract-to-fix.patch')
-rw-r--r-- | libre/file-roller-libre/extract-to-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/file-roller-libre/extract-to-fix.patch b/libre/file-roller-libre/extract-to-fix.patch deleted file mode 100644 index 2ec4c8336..000000000 --- a/libre/file-roller-libre/extract-to-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/main.c~ b/src/main.c -index 1eb2e65..539ddfa 100644 ---- a/src/main.c~ -+++ b/src/main.c -@@ -850,7 +850,7 @@ fr_application_command_line (GApplication *application, - - _g_object_unref (default_directory); - _g_object_unref (add_to_archive); -- g_free (extraction_destination); -+ _g_object_unref (extraction_destination); - - return fr_application_command_line_finished (application, EXIT_SUCCESS); - } |