~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to openlp/core/ui/servicemanager.py

  • Committer: Tim Bentley
  • Date: 2011-10-05 18:20:54 UTC
  • mfrom: (1405.2.169 beta1)
  • Revision ID: tim.bentley@gmail.com-20111005182054-8bjvjwduyxrl21gr
Number of changes
- Allow time (24/12) hour for sage view
- Add pictorial display of the lay out in theme manage
- Fix bug where remote edit removes an overridden theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1160
1160
        # if not passed set to config value
1161
1161
        if expand is None:
1162
1162
            expand = self.expandTabs
1163
 
        item.render()
1164
1163
        item.from_service = True
1165
1164
        if replace:
1166
1165
            sitem, child = self.findServiceItem()
1169
1168
            self.repaintServiceList(sitem, child)
1170
1169
            self.mainwindow.liveController.replaceServiceManagerItem(item)
1171
1170
        else:
 
1171
            item.render()
1172
1172
            # nothing selected for dnd
1173
1173
            if self.dropPosition == 0:
1174
1174
                if isinstance(item, list):