Mercurial > audlegacy-plugins
view src/sid/xs_genui.c @ 1743:3572d3444a7c
Use the documented path of Timidity++ config file.
Closes Ubuntu #107310.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 19 Sep 2007 09:06:40 -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; }