changeset 217:b4dfe15c0b25

primitivus: misc comments
author Goffi <goffi@goffi.org>
date Mon, 27 Dec 2010 17:23:36 +0100
parents 783d6a61e0bd
children 5c68a65548c3
files frontends/primitivus/profile_manager.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/primitivus/profile_manager.py	Mon Dec 27 17:23:13 2010 +0100
+++ b/frontends/primitivus/profile_manager.py	Mon Dec 27 17:23:36 2010 +0100
@@ -66,9 +66,11 @@
         self.host.removePopUp()
 
     def newProfile(self, button, edit):
+        """Create the profile"""
         name = edit.get_edit_text()
         self.host.bridge.createProfile(name)
         self.__refillProfiles()
+        #We select the profile created in the list
         self.list_profile.selectValue(name)
         self.host.removePopUp()