changeset 13372:fb178093e364

[gaim-migrate @ 15745] If you receive a file transfer and pick a filename that already exists and then cancel the overwrite confirmation, the busy cursor stays. This fixes that. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 02 Mar 2006 02:12:43 +0000
parents 1299f8f51b07
children 1ca4a579eb57
files src/gtkrequest.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkrequest.c	Wed Mar 01 13:23:35 2006 +0000
+++ b/src/gtkrequest.c	Thu Mar 02 02:12:43 2006 +0000
@@ -1395,6 +1395,8 @@
 		if (data->cbs[1] != NULL)
 			((GaimRequestFileCb)data->cbs[1])(data->user_data, data->u.file.name);
 		gaim_request_close(data->type, data);
+	} else {
+		gdk_window_set_cursor(GTK_WIDGET(data->dialog)->window, NULL);
 	}
 }