Merge pull request #2783 from 3eka/geany-plugins-1.29
[unleashed-userland.git] / components / transmission / patches / 01-set-noevports.patch
blob528cc7c2027d7429590bc3f71c4e2cc65af366eb
1 --- transmission-2.42/gtk/main.c.~1~ 2015-03-16 15:06:33.259728585 +0300
2 +++ transmission-2.42/gtk/main.c 2015-03-16 15:10:45.404076792 +0300
3 @@ -590,6 +590,8 @@
4 { NULL, 0, 0, 0, NULL, NULL, NULL }
5 };
7 + setenv( "EVENT_NOEVPORT", "1", 1 );
9 /* default settings */
10 memset( &cbdata, 0, sizeof( struct cbdata ) );
11 cbdata.config_dir = (char*) tr_getDefaultConfigDir( MY_CONFIG_NAME );