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/ --- .../files/patch-uget-gtk__UgApp-gtk-callback.c | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net/uget/files/patch-uget-gtk__UgApp-gtk-callback.c (limited to 'net/uget/files/patch-uget-gtk__UgApp-gtk-callback.c') 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", -- cgit v1.2.3