aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-27 06:53:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-27 23:59:54 +0800
commit26e1f45bf399a43b407c40af418232425e24e827 (patch)
tree04ed2b4fafd8af23fbf700f6f034b864de09099a /modules
parentc9a20f545f422a08c764686f3d04755005937afe (diff)
downloadgsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.tar
gsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.tar.gz
gsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.tar.bz2
gsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.tar.lz
gsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.tar.xz
gsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.tar.zst
gsoc2013-evolution-26e1f45bf399a43b407c40af418232425e24e827.zip
EMailFormatter: Remove "only-local-photos" property.
EPhotoCache already handles this setting.
Diffstat (limited to 'modules')
-rw-r--r--modules/settings/e-settings-mail-formatter.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/settings/e-settings-mail-formatter.c b/modules/settings/e-settings-mail-formatter.c
index d81d4fb34e..1efd290690 100644
--- a/modules/settings/e-settings-mail-formatter.c
+++ b/modules/settings/e-settings-mail-formatter.c
@@ -136,11 +136,6 @@ settings_mail_formatter_constructed (GObject *object)
G_BINDING_SYNC_CREATE);
g_object_bind_property (
- shell_settings, "mail-only-local-photos",
- formatter, "only-local-photos",
- G_BINDING_SYNC_CREATE);
-
- g_object_bind_property (
shell_settings, "mail-show-sender-photo",
formatter, "show-sender-photo",
G_BINDING_SYNC_CREATE);