[evolution/wip/webkit2] Bug 736432 - Attachment rename not shown in UI
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 736432 - Attachment rename not shown in UI
- Date: Wed, 22 Apr 2015 13:07:52 +0000 (UTC)
commit 7d227c0b8e6f2658f80fd628b9b1bc5b3c0adf49
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]