X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-selector.c;h=7e0ade25009dd019125f8e7cc8b4a96df4c2f967;hb=a9a69251edd625a50f271af5d64c157533b5fe48;hp=8e0be3a3590b37015877e4b7ebb452c006f6e900;hpb=7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c;p=pspp-builds.git diff --git a/src/ui/gui/psppire-selector.c b/src/ui/gui/psppire-selector.c index 8e0be3a3..7e0ade25 100644 --- a/src/ui/gui/psppire-selector.c +++ b/src/ui/gui/psppire-selector.c @@ -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);