Disconnect clip signal handlers when a syntax window is destroyed
[pspp-builds.git] / src / ui / gui / psppire-syntax-window.h
index 9da7c86996c6335d6b38866982f91ae0c5a9cfc0..08f5a7c5b2190246c9691a43b191b25b8f81484a 100644 (file)
@@ -58,6 +58,11 @@ struct _PsppireSyntaxWindow
   GtkAction *edit_copy;
   GtkAction *edit_delete;
   GtkAction *edit_paste;
+
+  gulong ps_handler;
+  gulong sel_handler;
+
+  gboolean dispose_has_run;
 };
 
 struct _PsppireSyntaxWindowClass