/[packages]/cauldron/chirp/current/SOURCES/chirp-20190201-mga-dont_nag_so_much_about_updates.patch
ViewVC logotype

Contents of /cauldron/chirp/current/SOURCES/chirp-20190201-mga-dont_nag_so_much_about_updates.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1912294 - (show annotations) (download)
Mon Nov 28 22:41:28 2022 UTC (16 months, 3 weeks ago) by barjac
File size: 1232 byte(s)
SILENT: reinstaing from obsolete
1 diff -ur chirp-daily-20190201_o/chirp/ui/mainapp.py chirp-daily-20190201/chirp/ui/mainapp.py
2 --- chirp-daily-20190201_o/chirp/ui/mainapp.py 2018-08-15 08:00:18.000000000 +0100
3 +++ chirp-daily-20190201/chirp/ui/mainapp.py 2019-02-12 15:18:57.246843512 +0000
4 @@ -1991,7 +1991,7 @@
5 LOG.info("Server reports version %s is available" % version)
6
7 # Report new updates every three days
8 - intv = 3600 * 24 * 3
9 + intv = 3600 * 24 * 30
10
11 if CONF.is_defined("last_update_check", "state") and \
12 (time.time() - CONF.get_int("last_update_check", "state")) < intv:
13 @@ -2003,9 +2003,9 @@
14 d.label.set_markup(
15 _('A new version of CHIRP is available: ' +
16 '{ver}. '.format(ver=version) +
17 - 'It is recommended that you upgrade as soon as possible. '
18 - 'Please go to: \r\n\r\n<a href="http://chirp.danplanet.com">' +
19 - 'http://chirp.danplanet.com</a>'))
20 + 'If you have issues with the current version '
21 + 'please file a bug report or make an update ' +
22 + 'request at https://bugs.mageia.org/'))
23 response = d.run()
24 d.destroy()
25 if response == gtk.RESPONSE_OK:

  ViewVC Help
Powered by ViewVC 1.1.30