gnome-control-center/panels/region
Cosimo Cecchi eb93004ead region: fix a crash when iterating locales
When iterating locales in the format chooser,
gnome_get_country_from_locale() is called for each of them to build the
locale label for the list row.

The function creating the label doesn't take into account that
gnome_get_country_from_locale() can return NULL, in which case it will
both:
- display an empty row in the list
- crash when later trying to find a word in a NULL string with strstr()
  inside match_all()

Just avoid creating a widget in that case.

https://bugzilla.gnome.org/show_bug.cgi?id=742639
2015-01-10 11:44:38 +08:00
..
.indent.pro [region] Rename old Keyboard panel to Region 2010-10-31 23:42:04 -04:00
cc-format-chooser.c region: fix a crash when iterating locales 2015-01-10 11:44:38 +08: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: Don't show IBus sources in the system-wide input chooser 2015-01-06 16:17:36 +01:00
cc-input-chooser.h region: Don't show IBus sources in the system-wide input chooser 2015-01-06 16:17:36 +01:00
cc-input-options.c region: Remove "Shift" hack from region panel 2014-08-17 20:16:27 +02:00
cc-input-options.h Updated FSF's address 2014-01-29 11:27:38 +01:00
cc-region-panel.c region: Don't show IBus sources in the system-wide input chooser 2015-01-06 16:17:36 +01: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 Add NoDisplay to all gnome-control-center panel .desktop files 2013-11-15 08:44:53 -05: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 panels: Mark label strings as translatable 2014-09-04 16:00:20 +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 shell: Fix list box scrolling helper 2014-06-25 17:29:30 +02:00