aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/test-check.c
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-12-10 15:32:04 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-12-10 15:32:04 +0800
commit6783c373e4c96a5301880c2c301c8b7546e2bbb4 (patch)
tree256661b3bc5685406930e7d03a9f37c6f4049b44 /widgets/table/test-check.c
parenta7f759c729c89329a4403141b76f15fb6597acaa (diff)
downloadgsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.tar
gsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.tar.gz
gsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.tar.bz2
gsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.tar.lz
gsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.tar.xz
gsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.tar.zst
gsoc2013-evolution-6783c373e4c96a5301880c2c301c8b7546e2bbb4.zip
Fixed substitutions that I missed in the last commit.
2005-12-10 Harish Krishnaswamy <kharish@novell.com> Fixed substitutions that I missed in the last commit. svn path=/trunk/; revision=30744
Diffstat (limited to 'widgets/table/test-check.c')
-rw-r--r--widgets/table/test-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/test-check.c b/widgets/table/test-check.c
index 5de9e77a6c..4ef25af042 100644
--- a/widgets/table/test-check.c
+++ b/widgets/table/test-check.c
@@ -183,7 +183,7 @@ check_test (void)
cell_image_check = e_cell_checkbox_new ();
pixbuf = gdk_pixbuf_new_from_file ("clip.png");
- col_0 = e_table_col_new_with_pixbuf (0, pixbuf, 0.0, 18, cell_image_check, g_int_compare, TRUE);
+ col_0 = e_table_col_new_with_pixbuf (0, pixbuf, 0.0, 18, cell_image_check, e_int_compare, TRUE);
gdk_pixbuf_unref (pixbuf);
e_table_header_add_column (e_table_header, col_0, 0);