]> code.ossystems Code Review - openembedded-core.git/commit
gtk-icon-cache: rename intercept to update_gtk_icon_cache
authorRoss Burton <ross.burton@intel.com>
Mon, 24 Jun 2019 16:27:11 +0000 (17:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jun 2019 10:14:02 +0000 (11:14 +0100)
commit3158adbe684890adc56af11e19af872e90e09d41
tree0f883125f45b9f3575f6925a3a7d5805e17ae4e9
parent7ad36194dc42191b4da29fd29fb3869feb8b0d30
gtk-icon-cache: rename intercept to update_gtk_icon_cache

The intercept is called update_icon_cache which is vague: rename to
update_gtk_icon_cache to make it clearer what it is for, and add a comment
explaining what class caused it to be used.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gtk-icon-cache.bbclass
scripts/postinst-intercepts/update_gtk_icon_cache [moved from scripts/postinst-intercepts/update_icon_cache with 76% similarity]