diff options
Diffstat (limited to 'a11y/addressbook')
-rw-r--r-- | a11y/addressbook/ea-addressbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/addressbook/ea-addressbook.c b/a11y/addressbook/ea-addressbook.c index cb7eadd90d..4d31062656 100644 --- a/a11y/addressbook/ea-addressbook.c +++ b/a11y/addressbook/ea-addressbook.c @@ -61,7 +61,7 @@ void eab_view_a11y_init (void) EA_SET_FACTORY (eab_view_get_type (), ea_ab_view); } -gboolean +static gboolean ea_addressbook_focus_watcher (GSignalInvocationHint *ihint, guint n_param_values, const GValue *param_values, |