diff options
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/e-book-shell-view-actions.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/addressbook/e-book-shell-view-actions.c b/modules/addressbook/e-book-shell-view-actions.c index d5f291f3b1..4ae8b4ba78 100644 --- a/modules/addressbook/e-book-shell-view-actions.c +++ b/modules/addressbook/e-book-shell-view-actions.c @@ -202,8 +202,8 @@ action_address_book_properties_cb (GtkAction *action, static void address_book_refresh_done_cb (GObject *source_object, - GAsyncResult *result, - gpointer user_data) + GAsyncResult *result, + gpointer user_data) { EClient *client; GError *error = NULL; @@ -228,7 +228,7 @@ address_book_refresh_done_cb (GObject *source_object, static void action_address_book_refresh_cb (GtkAction *action, - EBookShellView *book_shell_view) + EBookShellView *book_shell_view) { EBookShellSidebar *book_shell_sidebar; ESourceSelector *selector; |