PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / psppire-selector.c
index 8e0be3a3590b37015877e4b7ebb452c006f6e900..7e0ade25009dd019125f8e7cc8b4a96df4c2f967 100644 (file)
@@ -866,9 +866,6 @@ update_subjects (PsppireSelector *selector)
   if ( NULL == selector->source )
     return;
 
-  g_signal_connect_swapped (selector->source, "notify::dictionary",
-                           G_CALLBACK (update_subjects), selector);
-
   g_signal_connect_swapped (selector->source, "notify::model",
                            G_CALLBACK (update_subjects), selector);