diff options
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r-- | mail/em-subscription-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c index 2d816c7c9e..9a84439bd3 100644 --- a/mail/em-subscription-editor.c +++ b/mail/em-subscription-editor.c @@ -1798,7 +1798,7 @@ em_subscription_editor_init (EMSubscriptionEditor *editor) G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE); - g_signal_connect ( + e_signal_connect_notify ( widget, "notify::sensitive", G_CALLBACK (emse_notebook_sensitive_changed_cb), editor); |