color: Fix reference to deprecated icon

This commit is contained in:
Sam Hewitt 2024-04-05 11:22:31 -02:30
parent 6df1f3fee9
commit e2d185cf53

View file

@ -313,7 +313,7 @@ cc_color_calibrate_interaction_required (CcColorCalibrate *calibrate,
/* the client helper does not ship an icon for this */ /* the client helper does not ship an icon for this */
if (code == CD_SESSION_INTERACTION_SHUT_LAPTOP_LID) if (code == CD_SESSION_INTERACTION_SHUT_LAPTOP_LID)
image_path = "preferences-color-symbolic"; image_path = "org.gnome.Settings-color-symbolic";
/* set image */ /* set image */
img = GTK_IMAGE (gtk_builder_get_object (calibrate->builder, img = GTK_IMAGE (gtk_builder_get_object (calibrate->builder,