gnome-control-center/panels/color
Christopher Davis 200e524aab color: Don't update toolbar buttons when the toolbar is in destruction
GtkListBox's dispose function removes all rows, and
`gtk_list_box_remove ()` sends `row-selected`. In turn,
as we listen to row-selected, we end up calling
functions on our toolbar while it may be in the
process of disposing. This causes a crash.

This commit introduces an early return if the toolbar is
being destroyed.
2022-02-01 14:06:18 +00:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
cc-color-calibrate.c [WIP] color: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-color-calibrate.h color: Replace ifdefs with #pragma once 2018-05-30 15:09:55 +12:00
cc-color-calibrate.ui [WIP] color: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-color-cell-renderer-text.c [WIP] color: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-color-cell-renderer-text.h color: Replace ifdefs with #pragma once 2018-05-30 15:09:55 +12:00
cc-color-common.c color: Use g_auto for variables 2018-05-30 15:46:01 +12:00
cc-color-common.h color: Replace ifdefs with #pragma once 2018-05-30 15:09:55 +12:00
cc-color-device.c [WIP] color: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-color-device.h color: Replace ifdefs with #pragma once 2018-05-30 15:09:55 +12:00
cc-color-panel.c color: Don't update toolbar buttons when the toolbar is in destruction 2022-02-01 14:06:18 +00:00
cc-color-panel.h color: Replace ifdefs with #pragma once 2018-05-30 15:09:55 +12:00
cc-color-panel.ui panels: Switch to CcPanel content 2022-01-20 02:23:42 +00:00
cc-color-profile.c [WIP] color: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-color-profile.h color: Replace ifdefs with #pragma once 2018-05-30 15:09:55 +12:00
color.gresource.xml color: Make .ui filename match the .c filename 2019-09-09 21:58:00 +00:00
gnome-color-panel.desktop.in.in Add individual app icons 2022-01-31 14:08:22 +00:00
meson.build meson: drop unused argument for i18n.merge_file() 2022-01-07 17:22:43 +00:00