Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote_control.py')
-rw-r--r--src/remote_control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remote_control.py b/src/remote_control.py
index c7b0382fb..7615e4c64 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -675,3 +675,5 @@ class SignalObject(dbus.service.Object):
JoinGroupchatWindow(account, room_jid, nick)
else:
gajim.interface.join_gc_room(account, room_jid, nick, password)
+
+# vim: se ts=3: \ No newline at end of file