Kaydet (Commit) 4d40b6dc authored tarafından Xisco Fauli's avatar Xisco Fauli

pyfax: uuups

Change-Id: I392ef7ff029e59b405086fae10a8a9a6bb70d64b
üst bfe191c0
......@@ -15,9 +15,8 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
from ..text.TextDocument import *
#TextDocument, traceback, Helper,\
#TextFieldHandler, Configuration
from ..text.TextDocument import TextDocument, traceback, Helper, \
TextFieldHandler, Configuration
from ..text.TextSectionHandler import TextSectionHandler
from ..common.PropertyNames import PropertyNames
......
......@@ -485,7 +485,7 @@ class FaxWizardDialogImpl(FaxWizardDialog):
self.initializeElements()
self.setElements()
def txtTemplateTextChanged(self):
def txtTemplateNameTextChanged(self):
# Change Template Title in Properties
xDocProps = TextDocument.xTextDocument.DocumentProperties
xDocProps.Title = self.txtTemplateName.Text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment