X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=c3674b13300130593eff77539690187a2abe6558;hb=2d45d41b2bae93062d76d0dc48a025b348631801;hp=4d78807cba2d97464d9b9a052b8df5904207587d;hpb=52e144652645cab108fb2db0a970f1ace2cbf2ea;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 */