diff options
Diffstat (limited to 'sysutils/nautilus/patches/patch-ac')
-rw-r--r-- | sysutils/nautilus/patches/patch-ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/nautilus/patches/patch-ac b/sysutils/nautilus/patches/patch-ac deleted file mode 100644 index 12f0668c018..00000000000 --- a/sysutils/nautilus/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2004/04/01 18:38:03 jmmv Exp $ - -http://bugzilla.gnome.org/show_bug.cgi?id=106227 - ---- libnautilus-private/nautilus-thumbnails.c.orig 2003-03-26 00:47:25.000000000 +1000 -+++ libnautilus-private/nautilus-thumbnails.c -@@ -155,7 +155,9 @@ thumbnail_thread_starter_cb (gpointer da - pthread_attr_init (&thread_attributes); - pthread_attr_setdetachstate (&thread_attributes, - PTHREAD_CREATE_DETACHED); -+#ifdef _POSIX_THREAD_ATTR_STACKSIZE - pthread_attr_setstacksize (&thread_attributes, 128*1024); -+#endif - #ifdef DEBUG_THUMBNAILS - g_message ("(Main Thread) Creating thumbnails thread\n"); - #endif |