aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/mail-notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mail-notification/mail-notification.c')
-rw-r--r--plugins/mail-notification/mail-notification.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c
index f6272ba873..ccdbeab7e0 100644
--- a/plugins/mail-notification/mail-notification.c
+++ b/plugins/mail-notification/mail-notification.c
@@ -525,8 +525,8 @@ get_config_widget_status (void)
gtk_widget_show (widget);
e_binding_new (
- G_OBJECT (master), "active",
- G_OBJECT (widget), "sensitive");
+ master, "active",
+ widget, "sensitive");
container = widget;
@@ -743,8 +743,8 @@ get_config_widget_sound (void)
gtk_widget_show (widget);
e_binding_new (
- G_OBJECT (master), "active",
- G_OBJECT (widget), "sensitive");
+ master, "active",
+ widget, "sensitive");
container = widget;