aboutsummaryrefslogtreecommitdiff
Unconditionally disable network check for new versions (from Fedora).

diff -u /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp\~ /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp
--- cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp~	2016-04-03 00:05:37.942066948 +0100
+++ cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp	2016-05-06 17:16:31.648143908 +0100
@@ -52,7 +52,8 @@
     url              = QUrl( UPDATE_CHECK_URL );
     download         = NULL;
     update_Available = false;
-    bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) );
+    // bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) );
+    bool no_http = true;
     if ( !no_http )
     {
         updateDescription =   tr( "Check for update is not performed yet." );

8:25:11 +0300'>2022-09-14home: shepherd: Add daemonize? option to configuration....Andrew Tropin 2022-09-12home: shepherd: Add shepherd/init.scm to XDG_CONFIG_HOME....Andrew Tropin 2022-04-21home: shepherd: Redirect input port to /dev/null....Ludovic Courtès 2022-04-21home: shepherd: "shepherd.conf" returns one value....Ludovic Courtès 2022-04-12home: shepherd: Prevent launching the second instance....Andrew Tropin 2022-04-07home: shepherd: Default to version 0.9....Ludovic Courtès 2022-03-18home: services: Export record type accessors....Ludovic Courtès 2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov 2021-10-08gnu: Move (gnu home-services) to (gnu home services)....Oleg Pykhalov