view src/xs_genui.c @ 650:859011fe530b

"test -e" does not exist in /bin/sh of some systems, use "test -f" instead.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Sep 2007 19:53:05 +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;
}