view src/xs_genui.c @ 627:109445214255

More gtk_signal_connect() -> XS_SIGNAL_CONNECT() changes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 02:46:02 +0000
parents 32fc27395220
children 63f58960dd54
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;
}