diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-10 02:38:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-10 02:38:14 +0000 |
commit | c6443f2f218cb4f5dc75197f9728dddc1f146b9d (patch) | |
tree | ab89a5510070ce669ba44fbb73624da0b3c9dfb0 /x11-fm/nautilus | |
parent | 98d20ba8a3391d833905adccf6c05ea772ba8048 (diff) | |
download | ports-c6443f2f218cb4f5dc75197f9728dddc1f146b9d.tar.gz ports-c6443f2f218cb4f5dc75197f9728dddc1f146b9d.zip |
Notes
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-src_nautilus-file-management-properties.ui | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 2888afff4c8e..d742e495baf6 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -8,7 +8,7 @@ PORTNAME= nautilus PORTVERSION= 2.26.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11-fm/nautilus/files/patch-src_nautilus-file-management-properties.ui b/x11-fm/nautilus/files/patch-src_nautilus-file-management-properties.ui new file mode 100644 index 000000000000..4be8fc959422 --- /dev/null +++ b/x11-fm/nautilus/files/patch-src_nautilus-file-management-properties.ui @@ -0,0 +1,11 @@ +--- src/nautilus-file-management-properties.ui.orig 2009-09-09 22:36:20.000000000 -0400 ++++ src/nautilus-file-management-properties.ui 2009-09-09 22:26:46.000000000 -0400 +@@ -1128,7 +1128,7 @@ + </packing> + </child> + <child> +- <object class="GtkLabel" id="label"> ++ <object class="GtkLabel" id="label99"> + <property name="height_request">6</property> + <property name="visible">True</property> + <property name="label" translatable="yes"/> |