view src/sid/xs_genui.c @ 1941:5412f8c2ec29

Remove HAVE_CONFIG_H in some places.
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:40:41 -0500
parents e566e18e9e3d
children 05b9abd78a87
line wrap: on
line source

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include <gtk/gtk.h>

#include "xs_genui.h"
#include "xs_interface.h"
#include "xs_glade.h"



gboolean
xs_confirmwin_delete                   (GtkWidget       *widget,
                                        GdkEvent        *event,
                                        gpointer         user_data)
{

  return FALSE;
}