summaryrefslogtreecommitdiff
path: root/net-p2p/biglybt/files/biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch
blob: a1db6dce78ed836770005dd234ff7ac6ab451448 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/uis/src/com/biglybt/ui/swt/systray/SystemTraySWT.java
+++ b/uis/src/com/biglybt/ui/swt/systray/SystemTraySWT.java
@@ -124,7 +124,6 @@ public class SystemTraySWT
 				SystemTraySWT.core = core;
 				gm = core.getGlobalManager();
 				if (Constants.isUnix) {
-					ensureDorkBoxPlugin(core);
 				}
 			}
 		});