X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=534f0707ea22df8bc6084a1d8193c917d4ae0e0a;hb=a992bf1121d3e1eef76fd6184b95fe079bb91558;hp=1bf8bd3523b849aac1c2918f2794895c088714af;hpb=806d578c678996f8c6e34d8d91331126eedb22ac;p=pspp-builds.git diff --git a/src/ui/gui/psppire-dict.h b/src/ui/gui/psppire-dict.h index 1bf8bd35..534f0707 100644 --- a/src/ui/gui/psppire-dict.h +++ b/src/ui/gui/psppire-dict.h @@ -38,7 +38,6 @@ G_BEGIN_DECLS #define PSPPIRE_DICT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), G_TYPE_PSPPIRE_DICT, PsppireDictClass)) - /* --- typedefs & structures --- */ typedef struct _PsppireDict PsppireDict; typedef struct _PsppireDictClass PsppireDictClass; @@ -50,6 +49,7 @@ struct _PsppireDict GObject parent; struct dictionary *dict; + gboolean disable_insert_signal; /* For GtkTreeModelIface */ gint stamp; };