aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-08-31 08:07:19 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-08-31 23:20:55 +0800
commit8df108603d829a98f2c9cb99f5394200ea7c6972 (patch)
treefbf3a50cb70cf71a8965173340dcc76d3008f718 /libempathy
parentd603aec278728520651ea5aa8d918d0f745cdeca (diff)
downloadgsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.tar
gsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.tar.gz
gsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.tar.bz2
gsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.tar.lz
gsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.tar.xz
gsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.tar.zst
gsoc2013-empathy-8df108603d829a98f2c9cb99f5394200ea7c6972.zip
Fix a long line
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-settings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index cc996067e..49eb63366 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -255,7 +255,8 @@ empathy_account_settings_class_init (
g_object_class_install_property (object_class, PROP_DISPLAY_NAME_OVERRIDDEN,
g_param_spec_boolean ("display-name-overridden",
"display-name-overridden",
- "Whether the display name for this account has been manually overridden",
+ "Whether the display name for this account has been manually "
+ "overridden",
FALSE,
G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));