diff frontends/src/jp/base.py @ 2168:255830fdb80b

core, bridge: renamed getProfileName to profileNameGet according to new conventions
author Goffi <goffi@goffi.org>
date Sun, 05 Mar 2017 21:36:01 +0100
parents c9a67eb5bf72
children b9bfc45cea22
line wrap: on
line diff
--- a/frontends/src/jp/base.py	Sun Feb 26 18:23:01 2017 +0100
+++ b/frontends/src/jp/base.py	Sun Mar 05 21:36:01 2017 +0100
@@ -465,7 +465,7 @@
             log.error(_(u"Can't start {profile}'s session: {reason}").format(profile=self.profile, reason=failure))
             self.quit(1)
 
-        self.profile = self.bridge.getProfileName(self.args.profile)
+        self.profile = self.bridge.profileNameGet(self.args.profile)
 
         if not self.profile:
             log.error(_("The profile [{profile}] doesn't exist").format(profile=self.args.profile))