aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/empathy.desktop.in.in2
-rw-r--r--data/empathy.schemas.in18
2 files changed, 15 insertions, 5 deletions
diff --git a/data/empathy.desktop.in.in b/data/empathy.desktop.in.in
index e5d56a278..d7feab251 100644
--- a/data/empathy.desktop.in.in
+++ b/data/empathy.desktop.in.in
@@ -2,7 +2,7 @@
Version=1.0
_Name=Empathy Instant Messenger
_Comment=Send and receive instant messages
-Exec=empathy --no-connect
+Exec=empathy
Icon=empathy
StartupNotify=false
Terminal=false
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in
index 732464867..6a9ab9ee5 100644
--- a/data/empathy.schemas.in
+++ b/data/empathy.schemas.in
@@ -290,10 +290,20 @@
</long>
</locale>
</schema>
+
+ <schema>
+ <key>/schemas/apps/empathy/autoconnect</key>
+ <applyto>/apps/empathy/autoconnect</applyto>
+ <owner>empathy</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Checks if Empathy should autoconnect on startup</short>
+ <long>
+ Whether or not Empathy should automatically login to your accounts on startup.
+ </long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>
-
-
-
-