[empathy: 69/148] Fix a stupid mistake
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 69/148] Fix a stupid mistake
- Date: Mon, 1 Jun 2009 12:13:22 -0400 (EDT)
commit 1cde27a07305bc03e8f7d6d676a24e9ccda8e566
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed May 13 17:34:42 2009 +0200
Fix a stupid mistake
---
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 29c3b60..2d27704 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]