view src/xs_genui.c @ 645:0fb760355283

Actually only use [!] marker in the subtune menu, not the whole info field.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2007 23:30:01 +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;
}