]> git.0d.be Git - empathy.git/commitdiff
Fix a long line.
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 14 Sep 2009 10:10:40 +0000 (12:10 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 14 Sep 2009 10:10:40 +0000 (12:10 +0200)
src/empathy-import-pidgin.c

index ccf0dac7aadeb38ae412a0188670f659d9ca7bb4..31dbbdd68c26e65cb594871217badddb928221c9 100644 (file)
@@ -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);