Allow higher values for update frequency (bug 176)

It isn't necessary with lots of uptime that gPodder
does every maximal 60 minutes a feed cache update
and downloads the newest episodes.

This patch fixes the issue by allowing settings up
to 3600 minutes via the GUI.

Thanks to Maxi and Paul for reporting this issue.
This commit is contained in:
Thomas Perl 2009-01-05 15:02:26 +01:00
parent 5334008201
commit 36c238ffb4

View file

@ -2805,7 +2805,7 @@
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
<property name="adjustment">20 1 60 1 0 0</property>
<property name="adjustment">20 1 3600 1 0 0</property>
</widget>
<packing>
<property name="padding">0</property>