~marmyshev/openlp/itunes

« back to all changes in this revision

Viewing changes to openlp/plugins/bibles/forms/booknameform.py

  • Committer: Andreas Preikschat
  • Date: 2012-12-28 20:15:56 UTC
  • mfrom: (1970.2.54 bug-779201-2)
  • Revision ID: googol@lavabit.com-20121228201556-i1p7aq0byf5cuip7
QString and QVariant auto-conversion (bug #779201)

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
            self.correspondingComboBox.setFocus()
129
129
            return False
130
130
        else:
131
 
            cor_book = unicode(self.correspondingComboBox.currentText())
 
131
            cor_book = self.correspondingComboBox.currentText()
132
132
            for character in u'\\.^$*+?{}[]()':
133
133
                cor_book = cor_book.replace(character, u'\\' + character)
134
134
            books = filter(lambda key: