X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=c3674b13300130593eff77539690187a2abe6558;hb=ceaed4a17cb3b0a14c89f10b72a636f94af97e7a;hp=4d78807cba2d97464d9b9a052b8df5904207587d;hpb=48b5d1d1f17f8059c7e91246b3d47ff3122a8f9f;p=pspp diff --git a/src/ui/gui/psppire-dict.h b/src/ui/gui/psppire-dict.h index 4d78807cba..c3674b1330 100644 --- a/src/ui/gui/psppire-dict.h +++ b/src/ui/gui/psppire-dict.h @@ -59,7 +59,9 @@ enum {DICT_TVM_COL_NAME=0, struct _PsppireDict { GObject parent; - struct dictionary *dict; + struct dictionary *dict; + + gboolean dispose_has_run; gboolean disable_insert_signal; /* For GtkTreeModelIface */