patches/transmission-01-set-noevports.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 18110 93461edb1490
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca

--- ./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 );