comparison src/gtkrequest.c @ 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 9b4a80566fd5
children ffd724befbf8
comparison
equal deleted inserted replaced
13371:1299f8f51b07 13372:fb178093e364
1393 * things go BOOM */ 1393 * things go BOOM */
1394 if (id == 1) { 1394 if (id == 1) {
1395 if (data->cbs[1] != NULL) 1395 if (data->cbs[1] != NULL)
1396 ((GaimRequestFileCb)data->cbs[1])(data->user_data, data->u.file.name); 1396 ((GaimRequestFileCb)data->cbs[1])(data->user_data, data->u.file.name);
1397 gaim_request_close(data->type, data); 1397 gaim_request_close(data->type, data);
1398 } else {
1399 gdk_window_set_cursor(GTK_WIDGET(data->dialog)->window, NULL);
1398 } 1400 }
1399 } 1401 }
1400 1402
1401 #if GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */ 1403 #if GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */
1402 static void 1404 static void