Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
rapid-photo-downloader
disable-version-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-version-check.patch of Package rapid-photo-downloader
From: Luigi Baldoni <aloisio@gmx.com> Date: 2018-04-24 12:45:56 +0200 Subject: Disable version check Set variable so that there is no automated version update check inside the program. Index: rapid-photo-downloader-0.9.9/raphodo/constants.py =================================================================== --- rapid-photo-downloader-0.9.9.orig/raphodo/constants.py +++ rapid-photo-downloader-0.9.9/raphodo/constants.py @@ -31,7 +31,7 @@ remote_versions_file = 'https://www.damo # If set to True, the ability to check for a new version will be removed # from the user interface and disabled in program logic. -disable_version_check = False +disable_version_check = True class CheckNewVersionDialogResult(IntEnum): @@ -637,4 +637,4 @@ class Plural(Enum): # Use the character . to for download_name and path to indicate the user manually marked a # file as previously downloaded -manually_marked_previously_downloaded = '.' \ No newline at end of file +manually_marked_previously_downloaded = '.'
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor