aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-24 21:49:50 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-24 21:49:50 +0800
commitfa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d (patch)
tree0042508234667a9b09c3e39bc4ea99fea91452f3
parent06a14ea83b6f301eab4de9488df89838db4b2589 (diff)
downloadgsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.tar
gsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.tar.gz
gsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.tar.bz2
gsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.tar.lz
gsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.tar.xz
gsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.tar.zst
gsoc2013-empathy-fa9fe6db3a9bf4cdb268a7cc1ec0c42201837b5d.zip
debug-window: pass the proper type when setting 'yalign'
-rw-r--r--src/empathy-debug-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 7d56b6849..37640f6c8 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -2046,7 +2046,7 @@ am_prepared_cb (GObject *am,
G_CALLBACK (debug_window_button_press_event_cb), object);
renderer = gtk_cell_renderer_text_new ();
- g_object_set (renderer, "yalign", 0, NULL);
+ g_object_set (renderer, "yalign", (gfloat) 0, NULL);
gtk_tree_view_insert_column_with_data_func (GTK_TREE_VIEW (self->priv->view),
-1, _("Time"), renderer,