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__UgApp-gtk-callback.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__UgApp-gtk-callback.c | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/uget/files/patch-uget-gtk__UgApp-gtk-callback.c b/net/uget/files/patch-uget-gtk__UgApp-gtk-callback.c new file mode 100644 index 000000000000..c50729d5827f --- /dev/null +++ b/net/uget/files/patch-uget-gtk__UgApp-gtk-callback.c @@ -0,0 +1,26 @@ +--- ./uget-gtk/UgApp-gtk-callback.c.orig 2014-07-12 12:08:24.000000000 +0000 ++++ ./uget-gtk/UgApp-gtk-callback.c 2014-07-12 12:08:40.000000000 +0000 +@@ -1334,10 +1334,12 @@ + ug_launch_uri ("http://ugetdm.com/reportbug"); + } + ++/* + void on_check_updates (GtkWidget* widget, UgAppGtk* app) + { + ug_launch_uri ("http://ugetdm.com/versioncheck?v=" PACKAGE_VERSION); + } ++*/ + + void on_about (GtkWidget* widget, UgAppGtk* app) + { +@@ -2008,8 +2010,10 @@ + G_CALLBACK (on_support_forum), app); + g_signal_connect (menubar->help.submit_feedback, "activate", + G_CALLBACK (on_submit_feedback), app); ++ /* + g_signal_connect (menubar->help.check_updates, "activate", + G_CALLBACK (on_check_updates), app); ++ */ + g_signal_connect (menubar->help.report_bug, "activate", + G_CALLBACK (on_report_bug), app); + g_signal_connect (menubar->help.about_uget, "activate", |
