diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c index 33a502b8..ec922b74 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -5179,7 +5179,7 @@ meta_theme_new (void) g_hash_table_new_full (g_str_hash, g_str_equal, g_free, - (GDestroyNotify) g_object_unref); + g_object_unref); theme->layouts_by_name = g_hash_table_new_full (g_str_hash, |