comparison 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
comparison
equal deleted inserted replaced
1384:73f8582c7c99 1385:0dca4f9b264d
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU Affero General Public License for more details. 15 # GNU Affero General Public License for more details.
16 16
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20
21 # Default value for the "New discussion room" user input
22 DEFAULT_MUC = 'sat@chat.jabberfr.org'
23 19
24 20
25 class InputHistory(object): 21 class InputHistory(object):
26 22
27 def _updateInputHistory(self, text=None, step=None, callback=None, mode=""): 23 def _updateInputHistory(self, text=None, step=None, callback=None, mode=""):