From 6d358bcba6f103e81d024227b7e8b0ddb1b7ac3b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 20 Feb 2013 20:16:49 +0000 Subject: Forcing everyone to use the development update channel probably isn't the best idea. svn path=/trunk/; revision=47774 --- ui/software_update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/software_update.c') diff --git a/ui/software_update.c b/ui/software_update.c index 5c5737aeea..2a837254d5 100755 --- a/ui/software_update.c +++ b/ui/software_update.c @@ -94,7 +94,7 @@ static const char *get_appcast_update_url(software_update_channel_e chan) { */ void software_update_init(void) { - const char *update_url = get_appcast_update_url(UPDATE_CHANNEL_DEVELOPMENT); + const char *update_url = get_appcast_update_url(prefs.gui_update_channel); win_sparkle_set_appcast_url(update_url); win_sparkle_set_automatic_check_for_updates(prefs.gui_update_enabled ? 1 : 0); -- cgit v1.2.1