diff options
author | marcus <marcus@FreeBSD.org> | 2009-09-10 10:38:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-09-10 10:38:14 +0800 |
commit | ba8db0227eedb9165d2eb442b1bf020b5675d65d (patch) | |
tree | a81134fa7808aefeda3bf064688a1aa0e6bc93ac | |
parent | 519c6e503619c6252090887c5556632454f9e41b (diff) | |
download | freebsd-ports-gnome-ba8db0227eedb9165d2eb442b1bf020b5675d65d.tar.gz freebsd-ports-gnome-ba8db0227eedb9165d2eb442b1bf020b5675d65d.tar.zst freebsd-ports-gnome-ba8db0227eedb9165d2eb442b1bf020b5675d65d.zip |
Add a patch from GNOME git to fix a crash with nautilus preferences.
Obtained from: GNOME git
-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"/> |