diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-08-05 22:39:57 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 21:21:07 +0800 |
commit | 9aafbf8e9f92b270036f61622ece41461342a279 (patch) | |
tree | 47da1c2405af5d6ce57d6ea2fa1ac9c9c3d6ed72 /src | |
parent | 84fbdb813bbb7f29aceedbd7293dcb10c499d660 (diff) | |
download | gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.tar gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.tar.gz gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.tar.bz2 gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.tar.lz gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.tar.xz gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.tar.zst gsoc2013-empathy-9aafbf8e9f92b270036f61622ece41461342a279.zip |
Fix long lines
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/empathy.c b/src/empathy.c index acfdcb13e..15672c8df 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -116,8 +116,8 @@ dispatch_cb (EmpathyDispatcher *dispatcher, manager = empathy_account_manager_dup_singleton (); connection = empathy_tp_chat_get_connection (tp_chat); - account = empathy_account_manager_get_account_for_connection (manager, - connection); + account = empathy_account_manager_get_account_for_connection ( + manager, connection); chat = empathy_chat_window_find_chat (account, id); g_object_unref (manager); } @@ -380,7 +380,8 @@ migrate_config_to_xdg_dir (void) return; } - old_dir = g_build_filename (g_get_home_dir (), ".gnome2", PACKAGE_NAME, NULL); + old_dir = g_build_filename (g_get_home_dir (), ".gnome2", + PACKAGE_NAME, NULL); if (!g_file_test (old_dir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR)) { /* old config dir didn't exist */ |