aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-cell-renderer-color.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-02-16 22:36:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2014-03-03 08:36:01 +0800
commitc53fbc0b8f3b98827d6816a627bdd4d467b84f74 (patch)
tree10eb8683b6d413f9ae6946dcaf303c29027a84ef /e-util/e-cell-renderer-color.c
parent1e3d8b5c68754c377c54423f1fb9a322eb3ec9e8 (diff)
downloadgsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar
gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.gz
gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.bz2
gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.lz
gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.xz
gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.tar.zst
gsoc2013-evolution-c53fbc0b8f3b98827d6816a627bdd4d467b84f74.zip
Miscellaneous cleanups.
Diffstat (limited to 'e-util/e-cell-renderer-color.c')
-rw-r--r--e-util/e-cell-renderer-color.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-cell-renderer-color.c b/e-util/e-cell-renderer-color.c
index 4105fe7cee..dad3992c0b 100644
--- a/e-util/e-cell-renderer-color.c
+++ b/e-util/e-cell-renderer-color.c
@@ -52,7 +52,7 @@ cell_renderer_color_get_size (GtkCellRenderer *cell,
gint *width,
gint *height)
{
- gint color_width = 16;
+ gint color_width = 16;
gint color_height = 16;
gint calc_width;
gint calc_height;
@@ -65,7 +65,7 @@ cell_renderer_color_get_size (GtkCellRenderer *cell,
cell, "xalign", &xalign, "yalign", &yalign,
"xpad", &xpad, "ypad", &ypad, NULL);
- calc_width = (gint) xpad * 2 + color_width;
+ calc_width = (gint) xpad * 2 + color_width;
calc_height = (gint) ypad * 2 + color_height;
if (cell_area && color_width > 0 && color_height > 0) {