openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #10116
[Merge] lp:~trb143/openlp/bug-796324 into lp:openlp
Tim Bentley has proposed merging lp:~trb143/openlp/bug-796324 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #796324 in OpenLP: "Default theme is not labelled as default theme"
https://bugs.launchpad.net/openlp/+bug/796324
For more details, see:
https://code.launchpad.net/~trb143/openlp/bug-796324/+merge/64367
Lets have the default theme tag back
--
https://code.launchpad.net/~trb143/openlp/bug-796324/+merge/64367
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bug-796324 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2011-06-12 16:02:52 +0000
+++ openlp/core/ui/mainwindow.py 2011-06-13 07:32:51 +0000
@@ -599,7 +599,7 @@
log.info(u'Load Themes')
self.themeManagerContents.loadThemes(True)
# Hide/show the theme combobox on the service manager
- Receiver.send_message(u'theme_update_global')
+ self.serviceManagerContents.themeChange()
# Reset the cursor
Receiver.send_message(u'cursor_normal')
Follow ups