# HG changeset patch # User Goffi # Date 1557854599 -7200 # Node ID fdbb07f1e3732454c8ca85ce6181682b616971ad # Parent a8518a091766d9017b2f11be865b39f9c877df0d we are in dev version again diff -r a8518a091766 -r fdbb07f1e373 .p4a --- a/.p4a Sun May 05 21:35:38 2019 +0200 +++ b/.p4a Tue May 14 19:23:19 2019 +0200 @@ -4,7 +4,7 @@ --dist-name cagou_dev_build --debug --bootstrap=sdl2 ---requirements "hostpython2, kivy, sqlite3, omemo, omemo-backend-signal, service_identity, automat, attrs, twisted, wokkel, hg+http://repos.goffi.org/sat, hg+https://repos.goffi.org/sat_tmp, pil, pyxdg, markdown, html2text, python-dateutil, pycrypto, plyer, android, python-potr, shortuuid, babel, lxml, pudb, urwid, cryptography, openssl, pyopenssl" +--requirements "hostpython2, kivy, sqlite3, omemo, omemo-backend-signal, service_identity, automat, attrs, twisted, wokkel, hg+https://repos.goffi.org/sat, hg+https://repos.goffi.org/sat_tmp, pil, pyxdg, markdown, html2text, python-dateutil, pycrypto, plyer, android, python-potr, shortuuid, babel, lxml, pudb, urwid, cryptography, openssl, pyopenssl" --private . --package=org.salutatoi.cagou --name "Cagou" --version 0.1 --whitelist .p4a_whitelist diff -r a8518a091766 -r fdbb07f1e373 cagou/VERSION --- a/cagou/VERSION Sun May 05 21:35:38 2019 +0200 +++ b/cagou/VERSION Tue May 14 19:23:19 2019 +0200 @@ -1,1 +1,1 @@ -0.7.0b1 +0.7.0D diff -r a8518a091766 -r fdbb07f1e373 cagou/plugins/plugin_wid_chat.py --- a/cagou/plugins/plugin_wid_chat.py Sun May 05 21:35:38 2019 +0200 +++ b/cagou/plugins/plugin_wid_chat.py Tue May 14 19:23:19 2019 +0200 @@ -642,9 +642,9 @@ cleaning_cb() msg = _(u"can't transfer file: {reason}").format(reason=err_msg) log.warning(msg) - self.addNote(_(u"File transfer error"), - msg, - level=C.XMLUI_DATA_LVL_WARNING) + G.host.addNote(_(u"File transfer error"), + msg, + level=C.XMLUI_DATA_LVL_WARNING) def fileTransferCb(self, metadata, cleaning_cb, profile): log.debug("file transfered: {}".format(metadata))