gpsbabel (1.4.3-1) gpsbabelfe_opt-in-for-usage-data-reporting

Summary

 gpsbabel/gui/babeldata.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Make statistics reporting an opt-in option.
--- a/gpsbabel/gui/babeldata.h
+++ b/gpsbabel/gui/babeldata.h
@@ -64,7 +64,7 @@ public:
     upgradeOffers(0),
     runCount(0),
     startupVersionCheck(true),
-    reportStatistics(true),
+    reportStatistics(false),
     allowBetaUpgrades(false),
     ignoreVersionMismatch(true),
     disableDonateDialog(false),