comparison src/request.h @ 9948:b13013595c08

[gaim-migrate @ 10844] "This disables the default action and focus for certain dialogs which use gaim_request_action such as the file transfer dialog ('do you wish to receive this file'). Note that this will require the user to either click the button of their choice or tab to the button of choice and press enter or space. Should fix Bug #1020523 I'll submit another patch to clean up the rest of the dialogs once I hear back from the rest of the team as to how the desired behavior should be. --dw " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 04 Sep 2004 03:33:16 +0000
parents 578986136bac
children 9aa0b6d11bbf
comparison
equal deleted inserted replaced
9947:3726addc1c97 9948:b13013595c08
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <glib-object.h> 29 #include <glib-object.h>
30 #include <glib.h> 30 #include <glib.h>
31 31
32 #include "account.h" 32 #include "account.h"
33
34 #define GAIM_DEFAULT_ACTION_NONE -1
33 35
34 /** 36 /**
35 * Request types. 37 * Request types.
36 */ 38 */
37 typedef enum 39 typedef enum