diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-14 18:10:40 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-14 18:10:40 +0800 |
commit | ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7 (patch) | |
tree | d9a3033fee3d3bbb770b9e6c3f2e77122c3ba611 /src | |
parent | 3a91ef0255c807c3e60f0a153b81ea3b1b427343 (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-import-pidgin.c | 3 |
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); |