Description: Disable new version check in notices tab
 Debian/Ubuntu specific patch.
Author: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>,
	ChristianB
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1140597

---

Forwarded: not-needed
Reviewed-By: costamagnagianfranco@yahoo.it
Last-Update: <2013-03-07>

--- a/client/client_state.cpp
+++ b/client/client_state.cpp
@@ -526,7 +526,7 @@
 
     // inform the user if there's a newer version of client
     //
-    newer_version_startup_check();
+//    newer_version_startup_check();
 
     // parse account files again,
     // now that we know the host's venue on each project
--- a/client/scheduler_op.cpp
+++ b/client/scheduler_op.cpp
@@ -129,7 +129,7 @@
         // and project list
         //
         if (!cc_config.no_info_fetch) {
-            gstate.new_version_check();
+//            gstate.new_version_check();
             gstate.all_projects_list_check();
         }
     }
