[empathy: 50/148] Set the overwrite confermation when receiving
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 50/148] Set the overwrite confermation when receiving
- Date: Mon, 1 Jun 2009 12:11:47 -0400 (EDT)
commit 93226e13ef87be16b42eb77a4b504ec657fd3e2c
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date: Mon May 4 12:30:56 2009 +0200
Set the overwrite confermation when receiving
---
libempathy-gtk/empathy-ui-utils.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index c33abb6..809e420 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -1504,6 +1504,9 @@ empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler)
NULL);
gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (widget),
empathy_ft_handler_get_filename (handler));
+ gtk_file_chooser_set_do_overwrite_confirmation
+ (GTK_FILE_CHOOSER (widget), TRUE);
+
g_signal_connect (widget, "response",
G_CALLBACK (file_manager_receive_file_response_cb), handler);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]