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/common/config.py')
-rw-r--r--src/common/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/config.py b/src/common/config.py
index 12a3684fc..d6d9b3c9a 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -649,3 +649,5 @@ class Config:
self.add_per('defaultstatusmsg', status)
self.set_per('defaultstatusmsg', status, 'enabled', default[0])
self.set_per('defaultstatusmsg', status, 'message', default[1])
+
+# vim: se ts=3: \ No newline at end of file