Fixed the refresh button on the dialogs.
[pspp-builds.git] / src / ui / gui / psppire-selector.h
index 072139107ccc7325aeef48fb5210e6b2554964ff..cb3f10f824e41b031a7331467bf7466a4d10def3 100644 (file)
@@ -79,6 +79,11 @@ struct _PsppireSelector
   GtkWidget *source;
   GtkWidget *dest;
 
+  /* A flag indicating that the object is in the process of
+     updating its subjects.
+     (not thread safe if two threads access the same object)
+  */
+  gboolean selecting;
 
   gint orientation;