aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-boxes.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 22:45:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-25 00:32:29 +0800
commitc7aeca1d4bbc7c9a2f767807d2752156eebb2215 (patch)
tree4340fd16fc5be9cb573f3cb089fe0fbbf7ce2e36 /libempathy-gtk/empathy-theme-boxes.c
parent53c33c1edd59042c9fcf5f7f0e9ddfd489c1405a (diff)
downloadgsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.tar
gsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.tar.gz
gsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.tar.bz2
gsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.tar.lz
gsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.tar.xz
gsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.tar.zst
gsoc2013-empathy-c7aeca1d4bbc7c9a2f767807d2752156eebb2215.zip
empathy-theme-boxes: remove trailing tabs
Diffstat (limited to 'libempathy-gtk/empathy-theme-boxes.c')
-rw-r--r--libempathy-gtk/empathy-theme-boxes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-theme-boxes.c b/libempathy-gtk/empathy-theme-boxes.c
index 64d95d4f2..f5224278c 100644
--- a/libempathy-gtk/empathy-theme-boxes.c
+++ b/libempathy-gtk/empathy-theme-boxes.c
@@ -167,7 +167,7 @@ table_size_allocate_cb (GtkWidget *view,
gtk_widget_get_size_request (box, NULL, &height);
width = allocation->width;
-
+
width -= \
gtk_text_view_get_right_margin (GTK_TEXT_VIEW (view)) - \
gtk_text_view_get_left_margin (GTK_TEXT_VIEW (view));
@@ -269,7 +269,7 @@ theme_boxes_maybe_append_header (EmpathyThemeBoxes *theme,
NULL);
g_free (tmp);
g_free (str);
-
+
/* Set foreground color of labels to the same color than the header tag. */
table = gtk_text_buffer_get_tag_table (buffer);
tag = gtk_text_tag_table_lookup (table, EMPATHY_THEME_BOXES_TAG_HEADER);
@@ -349,7 +349,7 @@ theme_boxes_notify_show_avatars_cb (EmpathyConf *conf,
gpointer user_data)
{
EmpathyThemeBoxesPriv *priv = GET_PRIV (user_data);
-
+
empathy_conf_get_bool (conf, key, &priv->show_avatars);
}