aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-13 23:34:42 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:49:56 +0800
commit1cde27a07305bc03e8f7d6d676a24e9ccda8e566 (patch)
treefd2f1a62e1a7a5d1e1327d4f3c95d5911a366abc /libempathy-gtk
parent3575745b086596df988be4be7ee40aac06e52caa (diff)
downloadgsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.tar
gsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.tar.gz
gsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.tar.bz2
gsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.tar.lz
gsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.tar.xz
gsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.tar.zst
gsoc2013-empathy-1cde27a07305bc03e8f7d6d676a24e9ccda8e566.zip
Fix a stupid mistake
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c6
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);