diff src/xs_genui.c @ 577:fdddab8f0c1b

Scrubbing through the filter configuration code; Configuration dialog window delete event was not handled and caused problems if WM's "close window" was used, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Mar 2007 13:43:00 +0000
parents cf32867a71ed
children d9290bd40037
line wrap: on
line diff
--- a/src/xs_genui.c	Tue Mar 20 13:14:02 2007 +0000
+++ b/src/xs_genui.c	Tue Mar 20 13:43:00 2007 +0000
@@ -39,3 +39,43 @@
 {
 
 }
+
+
+void
+xs_filter_import_fs_ok                 (GtkButton       *button,
+                                        gpointer         user_data)
+{
+
+}
+
+
+void
+xs_filter_import_fs_cancel             (GtkButton       *button,
+                                        gpointer         user_data)
+{
+
+}
+
+
+void
+xs_filter_export_fs_ok                 (GtkButton       *button,
+                                        gpointer         user_data)
+{
+
+}
+
+
+void
+xs_filter_export_fs_cancel             (GtkButton       *button,
+                                        gpointer         user_data)
+{
+
+}
+
+
+void
+xs_cfg_sp2_filter_delete               (GtkButton       *button,
+                                        gpointer         user_data)
+{
+
+}