patches/transmission-01-set-noevports.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18110 93461edb1490
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- ./gtk/main.c.orig	2009-06-17 08:01:45.000000000 +0800
+++ ./gtk/main.c	2009-06-22 10:20:25.585688000 +0800
@@ -358,6 +358,8 @@
         { NULL, 0,   0, 0, NULL, NULL, NULL }
     };
 
+    setenv( "EVENT_NOEVPORT", "1", 1 );
+
     /* bind the gettext domain */
     setlocale( LC_ALL, "" );
     bindtextdomain( domain, TRANSMISSIONLOCALEDIR );