diff options
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 29c3b600f..2d27704b5 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1417,8 +1417,7 @@ file_manager_send_file_response_cb (GtkDialog *widget, file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (widget)); uri = g_file_get_uri (file); - use_hash = empathy_conf_get_bool - (empathy_conf_get (), + empathy_conf_get_bool (empathy_conf_get (), EMPATHY_PREFS_FILE_TRANSFER_USE_HASH, &use_hash); @@ -1487,8 +1486,7 @@ file_manager_receive_file_response_cb (GtkDialog *dialog, factory = empathy_ft_factory_dup_singleton (); file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); - use_hash = empathy_conf_get_bool - (empathy_conf_get (), + empathy_conf_get_bool (empathy_conf_get (), EMPATHY_PREFS_FILE_TRANSFER_USE_HASH, &use_hash); |