From 60a0ef534b59a043670354e19961db8c0efb399c Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Sat, 12 Jul 2014 11:25:04 +0000 Subject: uGet is a very powerful download manager application, with large inventory of features but is still very light-weight and low on resources. General features: - Downloads queue - Resume downloads - Advanced download categories - Clipboard monitor - Batch downloads - Multi-protocol - Scheduler WWW: http://ugetdm.com/ --- net/uget/files/patch-uget-gtk__UgSetting.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/uget/files/patch-uget-gtk__UgSetting.c (limited to 'net/uget/files/patch-uget-gtk__UgSetting.c') diff --git a/net/uget/files/patch-uget-gtk__UgSetting.c b/net/uget/files/patch-uget-gtk__UgSetting.c new file mode 100644 index 000000000000..9b34a309173e --- /dev/null +++ b/net/uget/files/patch-uget-gtk__UgSetting.c @@ -0,0 +1,11 @@ +--- ./uget-gtk/UgSetting.c.orig 2014-01-01 09:39:00.000000000 +0000 ++++ ./uget-gtk/UgSetting.c 2014-07-12 11:51:49.000000000 +0000 +@@ -457,7 +457,7 @@ + setting->window.statusbar = TRUE; + setting->window.category = TRUE; + setting->window.summary = TRUE; +- setting->window.banner = TRUE; ++ setting->window.banner = FALSE; + setting->window.x = 0; + setting->window.y = 0; + setting->window.width = 0; -- cgit v1.2.3