Mercurial > libervia-backend
diff frontends/src/tools/misc.py @ 1385:0dca4f9b264d
primitivus: prefill "Join MUC" dialog with only the JID's node part when in debug version + display error directly from the DBus object
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 24 Mar 2015 07:38:40 +0100 |
parents | 1fe00f0c9a91 |
children | 069ad98b360d |
line wrap: on
line diff
--- a/frontends/src/tools/misc.py Tue Mar 24 07:34:32 2015 +0100 +++ b/frontends/src/tools/misc.py Tue Mar 24 07:38:40 2015 +0100 @@ -18,10 +18,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Default value for the "New discussion room" user input -DEFAULT_MUC = 'sat@chat.jabberfr.org' - - class InputHistory(object): def _updateInputHistory(self, text=None, step=None, callback=None, mode=""):