Changes from 0.10.1 to 0.10.1:
+ * A bug where certain dialog boxes could not be properly populated
+ has been fixed.
+
Changes from 0.8.5 to 0.10.0:
* The QUICK CLUSTER command has a /PRINT subcommand which shows
g_error ("Unsupported destination widget: %s", G_OBJECT_TYPE_NAME (selector->dest));
- /* FIXME: Remove this dependency */
- if ( PSPPIRE_IS_DICT_VIEW (selector->source) )
+ if ( PSPPIRE_IS_DICT_VIEW (selector->source) && selector->select_items == NULL)
{
GObjectClass *class = G_OBJECT_GET_CLASS (selector);
GType type = G_OBJECT_TYPE (selector->dest);