aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/gal-view-treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/gal-view-treeview.c')
-rw-r--r--addressbook/gui/widgets/gal-view-treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-treeview.c b/addressbook/gui/widgets/gal-view-treeview.c
index 8d13d4aa26..f43b3add75 100644
--- a/addressbook/gui/widgets/gal-view-treeview.c
+++ b/addressbook/gui/widgets/gal-view-treeview.c
@@ -182,7 +182,7 @@ gal_view_treeview_get_type (void)
static void
column_width_changed (ETable *table, double width, GalViewMinicard *view)
{
- d(g_print("%s: Old width = %f, New width = %f\n", __FUNCTION__, view->column_width, width));
+ d(g_print("%s: Old width = %f, New width = %f\n", G_GNUC_FUNCTION, view->column_width, width));
if (view->column_width != width) {
view->column_width = width;
gal_view_changed(GAL_VIEW(view));