src/gtkrequest.c

changeset 5872
754c63f29b77
parent 5846
d2c9503ad8a8
child 6035
b245be9cbe3b
equal deleted inserted replaced
5871:eb13ae8a3550 5872:754c63f29b77
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */ 22 */
23 #include "internal.h"
24
25 #include "debug.h"
26
23 #include "gtkrequest.h" 27 #include "gtkrequest.h"
28 #include "gtkutils.h"
24 #include "stock.h" 29 #include "stock.h"
25 #include <gtk/gtk.h>
26 #include <string.h>
27
28 /* XXX For _(..) */
29 #include "gaim.h"
30 30
31 typedef struct 31 typedef struct
32 { 32 {
33 GaimRequestType type; 33 GaimRequestType type;
34 34

mercurial