[evolution] Bug 736432 - Attachment rename not shown in UI



commit 05198cfd765841eb923cfedf9f0818fe92607f14
Author: Milan Crha <mcrha redhat com>
Date:   Wed Mar 4 09:42:56 2015 +0100

    Bug 736432 - Attachment rename not shown in UI

 e-util/e-attachment.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-attachment.c b/e-util/e-attachment.c
index eb74037..bce35c6 100644
--- a/e-util/e-attachment.c
+++ b/e-util/e-attachment.c
@@ -1090,11 +1090,11 @@ e_attachment_init (EAttachment *attachment)
                attachment, "notify::encrypted",
                G_CALLBACK (attachment_update_icon_column), NULL);
 
-       e_signal_connect_notify (
+       g_signal_connect (
                attachment, "notify::file-info",
                G_CALLBACK (attachment_update_file_info_columns), NULL);
 
-       e_signal_connect_notify (
+       g_signal_connect (
                attachment, "notify::file-info",
                G_CALLBACK (attachment_update_icon_column), NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]