← Back to team overview

openlp-core team mailing list archive

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

 

googol has proposed merging lp:~googol-hush/openlp/trivial into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

-- 
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/29111
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/trivial into lp:openlp.
=== modified file 'openlp/plugins/custom/lib/mediaitem.py'
--- openlp/plugins/custom/lib/mediaitem.py	2010-06-28 20:00:35 +0000
+++ openlp/plugins/custom/lib/mediaitem.py	2010-07-02 17:07:26 +0000
@@ -141,7 +141,7 @@
             id_list = [(item.data(QtCore.Qt.UserRole)).toInt()[0]
                 for item in self.ListView.selectedIndexes()]
             for id in id_list:
-                self.parent.custommanager.delete_custom(id)
+                self.parent.custommanager.delete_object(CustomSlide, id)
             for row in row_list:
                 self.ListView.takeItem(row)
 


Follow ups