← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol-hush/openlp/custom into lp:openlp

 

Andreas Preikschat has proposed merging lp:~googol-hush/openlp/custom into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~googol-hush/openlp/custom/+merge/55009

Hello,

- use clicked rather than pressed to avoid inserting [---] more than once (bouncing of the mouse)
-- 
https://code.launchpad.net/~googol-hush/openlp/custom/+merge/55009
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/custom into lp:openlp.
=== modified file 'openlp/plugins/custom/forms/editcustomslideform.py'
--- openlp/plugins/custom/forms/editcustomslideform.py	2011-03-24 19:04:02 +0000
+++ openlp/plugins/custom/forms/editcustomslideform.py	2011-03-27 17:15:55 +0000
@@ -45,7 +45,7 @@
         self.setupUi(self)
         # Connecting signals and slots
         QtCore.QObject.connect(self.splitButton,
-            QtCore.SIGNAL(u'pressed()'), self.onSplitButtonPressed)
+            QtCore.SIGNAL(u'clicked()'), self.onSplitButtonPressed)
 
     def setText(self, text):
         """


Follow ups