From f51090169d96f46ba3fcee16baeb467b6159dabc Mon Sep 17 00:00:00 2001 From: Ajay Garg Date: Thu, 23 Aug 2012 16:19:11 +0000 Subject: au#1563: Reverting to the old message, for "no updates" case. --- diff --git a/rpms/sugar/0119-au-1563-au-1615-Remove-the-dependency-upon-sugar-cli.patch b/rpms/sugar/0119-au-1563-au-1615-Remove-the-dependency-upon-sugar-cli.patch index 388a35f..37e7a49 100644 --- a/rpms/sugar/0119-au-1563-au-1615-Remove-the-dependency-upon-sugar-cli.patch +++ b/rpms/sugar/0119-au-1563-au-1615-Remove-the-dependency-upon-sugar-cli.patch @@ -1,6 +1,6 @@ -From 5bb268504c10a37214b29ec0914c3161ad0056ac Mon Sep 17 00:00:00 2001 +From f0abf7d5cd3444e2e26af5cc428e19f9c42954e9 Mon Sep 17 00:00:00 2001 From: Ajay Garg -Date: Fri, 10 Aug 2012 15:22:38 +0530 +Date: Thu, 23 Aug 2012 21:47:35 +0530 Subject: [sugar PATCH] au#1563, au#1615: (i) Remove the dependency upon "sugar-client". (ii) @@ -16,10 +16,10 @@ Signed-off-by: Ajay Garg 1 files changed, 10 insertions(+), 12 deletions(-) diff --git a/extensions/cpsection/aboutcomputer/model.py b/extensions/cpsection/aboutcomputer/model.py -index 4510af6..f2e04f7 100644 +index 4510af6..c85e00e 100644 --- a/extensions/cpsection/aboutcomputer/model.py +++ b/extensions/cpsection/aboutcomputer/model.py -@@ -262,26 +262,24 @@ def get_last_updated_on_field(): +@@ -262,26 +262,22 @@ def get_last_updated_on_field(): # Get the number of UNIX seconds of the last update date. last_update_unix_seconds = {} try: @@ -41,9 +41,7 @@ index 4510af6..f2e04f7 100644 return msg_str + -+ NO_UPDATE_MESSAGE = _('I have not been able to search for updates. ' + -+ '\nPlease check your Internet connection and ' + -+ 'proxy settings.') ++ NO_UPDATE_MESSAGE = _('No update yet!') + # Check once again that 'last_update_unix_seconds' is not empty. # You never know ! -- cgit v0.9.1