gnome-control-center/panels/region
Rui Matos bbdcaaa039 region: Avoid a crash on panel destruction
GtkListBox might emit the row-selected signal while being destroyed
and our row-selected handler accesses widgets owned by GtkBuilder so,
depending on the order on which the builder destroys its objects, we
could crash on the signal handler when destroying the builder.

Using g_signal_connect_object() avoids this issue by disconnecting us
before our finalize() runs.

https://bugzilla.gnome.org/show_bug.cgi?id=770563
2016-08-30 17:16:39 +02:00
..
.indent.pro [region] Rename old Keyboard panel to Region 2010-10-31 23:42:04 -04:00
cc-format-chooser.c region: Tick an unselected row when enter is pressed 2015-07-07 18:48:56 +02:00
cc-format-chooser.h Updated FSF's address 2014-01-29 11:27:38 +01:00
cc-ibus-utils.c Updated FSF's address 2014-01-29 11:27:38 +01:00
cc-ibus-utils.h Updated FSF's address 2014-01-29 11:27:38 +01:00
cc-input-chooser.c region: Be more thorough in cc_input_chooser_reset() 2016-05-13 18:39:23 +02:00
cc-input-chooser.h region: Reuse the input chooser instance 2015-03-10 19:45:07 +01:00
cc-input-options.c region: Use header bar in the input options dialog 2015-11-20 18:02:57 +01:00
cc-input-options.h region: Turn CcInputOptions into a templatized composite widget 2015-11-20 18:02:57 +01:00
cc-region-panel.c region: Avoid a crash on panel destruction 2016-08-30 17:16:39 +02:00
cc-region-panel.h Updated FSF's address 2014-01-29 11:27:38 +01:00
format-chooser.ui region: Make Add/Done buttons blue 2014-10-17 12:19:41 +02:00
gnome-region-panel.desktop.in.in panels: use the new categories 2016-06-14 12:16:43 -03:00
input-chooser.ui region: Don't show IBus sources in the system-wide input chooser 2015-01-06 16:17:36 +01:00
input-options.ui region: Use header bar in the input options dialog 2015-11-20 18:02:57 +01:00
Makefile.am region: Use AM_CPPFLAGS rather than INCLUDES 2014-06-25 12:46:42 +02:00
region.gresource.xml Rename input chooser ui file 2013-02-19 12:25:52 +01:00
region.ui region: improve spacing 2016-08-23 15:54:45 +01:00