summaryrefslogtreecommitdiff
path: root/archivers/file-roller/patches
diff options
context:
space:
mode:
authordrochner <drochner>2005-04-20 16:12:45 +0000
committerdrochner <drochner>2005-04-20 16:12:45 +0000
commit4133c731a4a4ec30dce82c8a3ecb40eb26cb60aa (patch)
tree737bbc316087820abb52dcb768d1e2db3e185c2c /archivers/file-roller/patches
parent1ba4426affc558140f4e36113ad8b2ac8747ead1 (diff)
downloadpkgsrc-4133c731a4a4ec30dce82c8a3ecb40eb26cb60aa.tar.gz
update to 2.10.2
changes: -bugfixes -Added ellipsize property to the list view. -Do not activate the first row after reordering the list in single click mode.
Diffstat (limited to 'archivers/file-roller/patches')
-rw-r--r--archivers/file-roller/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/file-roller/patches/patch-aa b/archivers/file-roller/patches/patch-aa
index 4c6cf50617e..9438e69e183 100644
--- a/archivers/file-roller/patches/patch-aa
+++ b/archivers/file-roller/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2004/09/21 17:09:48 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2005/04/20 16:12:45 drochner Exp $
---- src/fr-command-tar.c.orig 2004-08-30 19:35:13.000000000 +0200
+--- src/fr-command-tar.c.orig 2005-04-11 22:54:35.000000000 +0200
+++ src/fr-command-tar.c
-@@ -324,6 +324,7 @@ add_compress_arg (FRCommand *comm)
+@@ -212,6 +212,7 @@ add_compress_arg (FRCommand *comm)
static void
begin_tar_command (FRCommand *comm)
{
@@ -10,10 +10,10 @@ $NetBSD: patch-aa,v 1.3 2004/09/21 17:09:48 jmmv Exp $
char *path = NULL;
const char *prev_path = NULL;
char *temp = NULL;
-@@ -344,6 +345,8 @@ begin_tar_command (FRCommand *comm)
+@@ -233,6 +234,8 @@ begin_tar_command (FRCommand *comm)
+ temp = g_strdup_printf ("PATH=%s", prev_path);
putenv (temp);
-
- g_free (path);
+ g_free (temp);
+#endif
+ fr_process_begin_command (comm->process, FILEROLLER_TAR);
}