Andreas Preikschat has proposed merging lp:~googol-hush/openlp/bug-793537 into
lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #793537 in OpenLP: "Traceback when hooking up 2nd monitor"
https://bugs.launchpad.net/openlp/+bug/793537
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/bug-793537/+merge/63556
Hello,
- fixed bug 793537 "Traceback when hooking up 2nd monitor"
--
https://code.launchpad.net/~googol-hush/openlp/bug-793537/+merge/63556
Your team OpenLP Core is requested to review the proposed merge of
lp:~googol-hush/openlp/bug-793537 into lp:openlp.
=== modified file 'openlp/core/ui/screen.py'
--- openlp/core/ui/screen.py 2011-06-02 13:09:37 +0000
+++ openlp/core/ui/screen.py 2011-06-06 14:21:12 +0000
@@ -106,7 +106,7 @@
"""
# Do not log at start up.
if changed_screen != -1:
- log.info(u'screen_count_changed %d' % number)
+ log.info(u'screen_count_changed %d' % self.desktop.numScreens())
# Remove unplugged screens.
for screen in copy.deepcopy(self.screen_list):
if screen[u'number'] == self.desktop.numScreens():
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp