← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol/openlp/bug-1022831 into lp:openlp

 

Andreas Preikschat has proposed merging lp:~googol/openlp/bug-1022831 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #1022831 in OpenLP: "Configure Formatting Tags listview keyboard navigation"
  https://bugs.launchpad.net/openlp/+bug/1022831

For more details, see:
https://code.launchpad.net/~googol/openlp/bug-1022831/+merge/114483

fixed bug 1022831 (Configure Formatting Tags listview keyboard navigation)
-- 
https://code.launchpad.net/~googol/openlp/bug-1022831/+merge/114483
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-1022831 into lp:openlp.
=== modified file 'openlp/core/ui/formattingtagform.py'
--- openlp/core/ui/formattingtagform.py	2012-06-22 14:14:53 +0000
+++ openlp/core/ui/formattingtagform.py	2012-07-11 18:29:19 +0000
@@ -49,7 +49,7 @@
         QtGui.QDialog.__init__(self, parent)
         self.setupUi(self)
         QtCore.QObject.connect(self.tagTableWidget,
-            QtCore.SIGNAL(u'clicked(QModelIndex)'), self.onRowSelected)
+            QtCore.SIGNAL(u'itemSelectionChanged()'),self.onRowSelected)
         QtCore.QObject.connect(self.newPushButton,
             QtCore.SIGNAL(u'clicked()'), self.onNewClicked)
         QtCore.QObject.connect(self.savePushButton,


Follow ups