diff --git a/src/mambatray b/src/mambatray index 35c5434..480d96d 100755 --- a/src/mambatray +++ b/src/mambatray @@ -1,6 +1,6 @@ #!/usr/bin/python # mambatray 2 -# Copyright (C) 2011-2013 by Silvan Calarco +# Copyright (C) 2011-2015 by Silvan Calarco # Copyright (C) 2011 by michiamophil # Distributed under the terms of the GPL version 3 FLOSS License # @@ -99,7 +99,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon): setProxyProcess = QtCore.QProcess(self) pf = libproxy.ProxyFactory() for protocol in ["http","https","ftp"]: - proxies = pf.getProxies("%s://www.openmamba.org" % protocol) + proxies = pf.getProxies("%s://openmamba.org" % protocol) for proxy in proxies: if proxy == "direct://": setProxyProcess.execute("smart",['config','--remove','%s_proxy' % protocol]) @@ -125,10 +125,10 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon): version = _("Error: Unable to find /etc/openmamba-release") QtGui.QMessageBox.about(menu, _("About"), "
"+_("openmamba control center")+"" - "

Copyright(c) 2011-2013 by Silvan Calarco" + "

Copyright(c) 2011-2015 by Silvan Calarco" "
Copyright(c) 2011 by michiamophil" "

"+_("System info:")+"
" - ""+_(version)+"
http://www.openmamba.org
") + ""+_(version)+"
http://openmamba.org
") def FormattaInfo(self): result = []