Mercurial > libervia-desktop-kivy
changeset 295:fdbb07f1e373
we are in dev version again
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 14 May 2019 19:23:19 +0200 |
parents | a8518a091766 |
children | f87aad34ba48 |
files | .p4a cagou/VERSION cagou/plugins/plugin_wid_chat.py |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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))