diff options
| author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-07-12 11:25:04 +0000 |
|---|---|---|
| committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-07-12 11:25:04 +0000 |
| commit | 60a0ef534b59a043670354e19961db8c0efb399c (patch) | |
| tree | 51ff17f44b97c4dab67189619fb9c144aecd513b /net/uget/files/patch-uget-gtk__UgSetting.c | |
| parent | net/aprsc: Come to think of it, the last changed needs a revbump (diff) | |
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/
Diffstat (limited to '')
| -rw-r--r-- | net/uget/files/patch-uget-gtk__UgSetting.c | 11 |
1 files changed, 11 insertions, 0 deletions
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; |
