diff options
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-libnautilus-private_nautilus-program-chooser.c | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index e9a62e6a9..e8d16b1f8 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -7,6 +7,7 @@ PORTNAME= nautilus2 PORTVERSION= 2.5.5 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 diff --git a/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-program-chooser.c b/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-program-chooser.c new file mode 100644 index 000000000..009fbb5ce --- /dev/null +++ b/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-program-chooser.c @@ -0,0 +1,15 @@ +--- libnautilus-private/nautilus-program-chooser.c.orig Thu Jan 22 18:01:21 2004 ++++ libnautilus-private/nautilus-program-chooser.c Thu Jan 22 18:01:28 2004 +@@ -1610,11 +1610,11 @@ + _("_Associate Application"), GTK_STOCK_CANCEL, parent_window); + + response = gtk_dialog_run (dialog); +- gtk_object_destroy (GTK_OBJECT (dialog)); + + if (response == GTK_RESPONSE_YES) { + launch_mime_capplet (file, dialog); + } ++ gtk_object_destroy (GTK_OBJECT (dialog)); + + g_free (unavailable_message); + g_free (file_name); |