summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme.c
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-07 04:11:16 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-07 04:45:54 +0200
commitb1077ef62d64c8d215290dc58d98345531274484 (patch)
tree1efcecee4d8454f3bd014cd45f10cdc7e0568942 /libmetacity/meta-theme.c
parent736f61ecf7a71709396a1380d2f3f591f8a557b1 (diff)
downloadmetacity-b1077ef62d64c8d215290dc58d98345531274484.tar.gz
libmetacity: rename theme invalidation function
Diffstat (limited to 'libmetacity/meta-theme.c')
-rw-r--r--libmetacity/meta-theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmetacity/meta-theme.c b/libmetacity/meta-theme.c
index a22cd3d9..23975014 100644
--- a/libmetacity/meta-theme.c
+++ b/libmetacity/meta-theme.c
@@ -233,7 +233,7 @@ meta_theme_load (MetaTheme *theme,
}
void
-meta_theme_style_invalidate (MetaTheme *theme)
+meta_theme_invalidate (MetaTheme *theme)
{
GList *variants;
GList *l;
@@ -295,7 +295,7 @@ meta_theme_set_composited (MetaTheme *theme,
theme->composited = composited;
- meta_theme_style_invalidate (theme);
+ meta_theme_invalidate (theme);
}
void