aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/gal-view-minicard.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/gal-view-minicard.c')
-rw-r--r--addressbook/gui/widgets/gal-view-minicard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c
index 0d8e01c36b..79be641c0a 100644
--- a/addressbook/gui/widgets/gal-view-minicard.c
+++ b/addressbook/gui/widgets/gal-view-minicard.c
@@ -178,7 +178,7 @@ gal_view_minicard_get_type (void)
}
static void
-column_width_changed (ETable *table, double width, GalViewMinicard *view)
+column_width_changed (EMinicardViewWidget *w, double width, GalViewMinicard *view)
{
d(g_print("%s: Old width = %f, New width = %f\n", __FUNCTION__, view->column_width, width));
if (view->column_width != width) {