From bf795a3e81169f1391ac332dbf057243ab0a7992 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 30 Nov 2002 06:19:40 +0000 Subject: the detail is supposed to go after the signal id, not at the end of the 2002-11-29 Chris Toshok * gui/widgets/e-minicard-view-widget.c (column_width_changed): the detail is supposed to go after the signal id, not at the end of the parameter list. svn path=/trunk/; revision=18958 --- addressbook/gui/widgets/e-minicard-view-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/e-minicard-view-widget.c b/addressbook/gui/widgets/e-minicard-view-widget.c index 8113eb3c59..7a12860a3e 100644 --- a/addressbook/gui/widgets/e-minicard-view-widget.c +++ b/addressbook/gui/widgets/e-minicard-view-widget.c @@ -302,7 +302,7 @@ static void column_width_changed (ESelectionModel *esm, double width, EMinicardViewWidget *widget) { g_signal_emit (widget, - signals [COLUMN_WIDTH_CHANGED], width, 0); + signals [COLUMN_WIDTH_CHANGED], 0, width); } static guint -- cgit v1.2.3