sourceview: connect settings notifications with g_signal_connect_object().
commit112a1832ffddf711b578eaa38c407424b7442db3
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Thu, 17 Jan 2013 09:31:40 +0000 (17 10:31 +0100)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Thu, 17 Jan 2013 09:31:40 +0000 (17 10:31 +0100)
treeff2b0d46c1d763e91bac34501ed9ae207e830f41
parentdbddbeba7c09b91c91c0b0d993fd172b3089db47
sourceview: connect settings notifications with g_signal_connect_object().

So that the signals get disconnected automatically when the Sourceview
gets finalized. This is needed due to the fact that the Sourceview is not the
only thing that owns a reference to the settings object.
plugins/sourceview/sourceview-prefs.c