diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2008-11-04 07:18:11 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:31 +0800 |
commit | 0d73068c7f58185be37a2fe42fe006342e441dc1 (patch) | |
tree | 3cb9b78208db64fdd7366c5acf31a7efe26037ae /libempathy-gtk | |
parent | 38c22ce23b3b600a249c2d6145e50430734d8787 (diff) | |
download | gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.tar gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.tar.gz gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.tar.bz2 gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.tar.lz gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.tar.xz gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.tar.zst gsoc2013-empathy-0d73068c7f58185be37a2fe42fe006342e441dc1.zip |
Add whitespace to respect coding style
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-theme-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-manager.c b/libempathy-gtk/empathy-theme-manager.c index 12f04d0bd..c6da8ea68 100644 --- a/libempathy-gtk/empathy-theme-manager.c +++ b/libempathy-gtk/empathy-theme-manager.c @@ -207,7 +207,7 @@ theme_manager_update_boxes_tags (EmpathyThemeBoxes *theme, "pixels-above-lines", 4, NULL); TAG_SET ("paragraph-background", "paragraph-background-set", text_background); - TAG_SET ("foreground", "foreground-set",highlight_foreground); + TAG_SET ("foreground", "foreground-set", highlight_foreground); empathy_chat_text_view_tag_set (view, EMPATHY_CHAT_TEXT_VIEW_TAG_SPACING, "size", 3000, |