diff options
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r-- | mail/em-subscription-editor.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c index 52a7314ec5..86d99838d0 100644 --- a/mail/em-subscription-editor.c +++ b/mail/em-subscription-editor.c @@ -1596,8 +1596,12 @@ subscription_editor_constructed (GObject *object) /* Chain up to parent's constructed() method. */ G_OBJECT_CLASS (em_subscription_editor_parent_class)->constructed (object); - g_signal_connect (editor, "delete-event", G_CALLBACK (subscription_editor_delete_event_cb), NULL); - g_signal_connect (editor, "response", G_CALLBACK (subscription_editor_response_cb), NULL); + g_signal_connect ( + editor, "delete-event", + G_CALLBACK (subscription_editor_delete_event_cb), NULL); + g_signal_connect ( + editor, "response", + G_CALLBACK (subscription_editor_response_cb), NULL); } static void |