diff options
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index d7468a287..dd0ca1987 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -850,7 +850,7 @@ empathy_send_file (EmpathyContact *contact, g_value_set_string (&value, g_file_info_get_content_type (info)); tp_cli_dbus_properties_call_set (TP_PROXY (channel), -1, - EMP_IFACE_CHANNEL_TYPE_FILE, "Filename", + EMP_IFACE_CHANNEL_TYPE_FILE, "ContentType", &value, NULL, NULL, NULL, NULL); g_value_unset (&value); |