]> git.0d.be Git - empathy.git/commitdiff
Fix a stupid mistake
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 13 May 2009 15:34:42 +0000 (17:34 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:49:56 +0000 (17:49 +0200)
libempathy-gtk/empathy-ui-utils.c

index 29c3b600fdf51839c46e4b5f02c978fac3292c01..2d27704b5d7164b672c1ba0f8b5b98f4cdfa350b 100644 (file)
@@ -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);