Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
don't keep staring at frozen bauble version
Browse files Browse the repository at this point in the history
in case a users installs and uses bauble.classic, I consider correct to inform them that the maintained version is to be found on ghini.desktop.
  • Loading branch information
Mario Frasca committed Aug 7, 2016
1 parent 93be902 commit 8c9dce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bauble/connmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def check_and_notify_new_version(view):
## check whether there's a newer version on github. this is executed in
## a different thread, which does nothing or terminates the program.
version_on_github = (
'https://raw.githubusercontent.com/Bauble/bauble' +
'.classic/bauble-%s.%s/bauble/version.py') % bauble.version_tuple[:2]
'https://raw.githubusercontent.com/Ghini/ghini' +
'.desktop/ghini-%s.%s/bauble/version.py') % bauble.version_tuple[:2]
try:
import urllib2
import ssl
Expand All @@ -133,7 +133,7 @@ def check_and_notify_new_version(view):
remote = newer_version_on_github(github_version_stream)
if remote:
def show_message_box():
msg = _("new remote version %s available.\n"
msg = _("newer ghini version %s available.\n"
"continue, or exit to upgrade."
) % remote
box = view.add_message_box()
Expand Down

0 comments on commit 8c9dce5

Please sign in to comment.