From cd53ba990035bdb4861d9660917d457533d4ecb2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 14:56:28 -0400 Subject: Coding style cleanups. --- addressbook/gui/widgets/ea-addressbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/widgets/ea-addressbook.c') diff --git a/addressbook/gui/widgets/ea-addressbook.c b/addressbook/gui/widgets/ea-addressbook.c index 14fc4c1ca3..797d76d956 100644 --- a/addressbook/gui/widgets/ea-addressbook.c +++ b/addressbook/gui/widgets/ea-addressbook.c @@ -47,7 +47,7 @@ void e_minicard_view_a11y_init (void) if (atk_get_root ()) { g_signal_add_emission_hook (g_signal_lookup ("event", - e_minicard_get_type()), + e_minicard_get_type ()), 0, ea_addressbook_focus_watcher, NULL, (GDestroyNotify) NULL); } -- cgit