aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-view-actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/addressbook/e-book-shell-view-actions.c')
-rw-r--r--modules/addressbook/e-book-shell-view-actions.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/addressbook/e-book-shell-view-actions.c b/modules/addressbook/e-book-shell-view-actions.c
index 5daf7e51df..bbe613786f 100644
--- a/modules/addressbook/e-book-shell-view-actions.c
+++ b/modules/addressbook/e-book-shell-view-actions.c
@@ -1009,12 +1009,12 @@ e_book_shell_view_actions_init (EBookShellView *book_shell_view)
G_CALLBACK (action_search_execute_cb), book_shell_view);
e_binding_new (
- G_OBJECT (ACTION (CONTACT_PREVIEW)), "active",
- G_OBJECT (ACTION (CONTACT_VIEW_CLASSIC)), "sensitive");
+ ACTION (CONTACT_PREVIEW), "active",
+ ACTION (CONTACT_VIEW_CLASSIC), "sensitive");
e_binding_new (
- G_OBJECT (ACTION (CONTACT_PREVIEW)), "active",
- G_OBJECT (ACTION (CONTACT_VIEW_VERTICAL)), "sensitive");
+ ACTION (CONTACT_PREVIEW), "active",
+ ACTION (CONTACT_VIEW_VERTICAL), "sensitive");
}
void