Oliver Wieland has proposed merging lp:~oliwee/openlp/urlfix into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~oliwee/openlp/urlfix/+merge/184465
-- 
https://code.launchpad.net/~oliwee/openlp/urlfix/+merge/184465
Your team OpenLP Core is requested to review the proposed merge of 
lp:~oliwee/openlp/urlfix into lp:openlp.
=== modified file 'openlp/plugins/remotes/lib/remotetab.py'
--- openlp/plugins/remotes/lib/remotetab.py	2013-08-31 18:17:38 +0000
+++ openlp/plugins/remotes/lib/remotetab.py	2013-09-08 09:32:39 +0000
@@ -209,7 +209,7 @@
                 for address in interface.addressEntries():
                     ip = address.ip()
                     if ip.protocol() == 0 and ip != QtNetwork.QHostAddress.LocalHost:
-                        ip_address = ip
+                        ip_address = ip.toString()
                         break
         else:
             ip_address = self.address_edit.text()

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to