Add PsppireValueEntry to the list of pre-declared widgets
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Apr 2012 19:24:13 +0000 (21:24 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 24 Apr 2012 19:24:13 +0000 (21:24 +0200)
src/ui/gui/widgets.c

index ed8328a5a57bd337600a8ab5ef85d060f8fa4fc2..8c64f524bde3e108264d8e6019d8514d31b23046 100644 (file)
@@ -23,6 +23,7 @@
 #include "psppire-dialog-action-roc.h"
 #include "psppire-dialog-action-sort.h"
 #include "psppire-dialog-action-var-info.h"
+#include "psppire-value-entry.h"
 
 
 /* Any custom widgets which are to be used in GtkBuilder ui files
@@ -40,6 +41,7 @@ preregister_widgets (void)
   psppire_acr_get_type ();
   psppire_dict_view_get_type ();
   psppire_var_view_get_type ();
+  psppire_value_entry_get_type ();
 
   psppire_dialog_action_correlation_get_type ();
   psppire_dialog_action_descriptives_get_type ();