aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-09-14 18:10:40 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-09-14 18:10:40 +0800
commitba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7 (patch)
treed9a3033fee3d3bbb770b9e6c3f2e77122c3ba611
parent3a91ef0255c807c3e60f0a153b81ea3b1b427343 (diff)
downloadgsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.tar
gsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.tar.gz
gsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.tar.bz2
gsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.tar.lz
gsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.tar.xz
gsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.tar.zst
gsoc2013-empathy-ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7.zip
Fix a long line.
-rw-r--r--src/empathy-import-pidgin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-import-pidgin.c b/src/empathy-import-pidgin.c
index ccf0dac7a..31dbbdd68 100644
--- a/src/empathy-import-pidgin.c
+++ b/src/empathy-import-pidgin.c
@@ -361,7 +361,8 @@ empathy_import_pidgin_accounts_to_import (void)
gboolean out;
GFile *file;
- filename = g_build_filename (g_get_home_dir (), ".purple", "accounts.xml", NULL);
+ filename = g_build_filename (g_get_home_dir (), ".purple", "accounts.xml",
+ NULL);
file = g_file_new_for_path (filename);
out = g_file_query_exists (file, NULL);