[mutter] display: Fix typo in trace message



commit f493a786410f8889d045abab7b9f63f33a5d37ef
Author: Sebastian Keller <skeller gnome org>
Date:   Fri May 13 23:02:37 2022 +0200

    display: Fix typo in trace message
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2414>

 src/core/display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/display.c b/src/core/display.c
index fdf6d31a84..e8c60b7417 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -4025,7 +4025,7 @@ update_window_visibilities_idle (gpointer user_data)
   g_list_foreach (should_show, (GFunc) meta_window_update_visibility, NULL);
   COGL_TRACE_END (MetaDisplayShowWindows);
 
-  COGL_TRACE_BEGIN (MetaDisplayHideWindows, "Display: Show windows");
+  COGL_TRACE_BEGIN (MetaDisplayHideWindows, "Display: Hide windows");
   g_list_foreach (should_hide, (GFunc) meta_window_update_visibility, NULL);
   COGL_TRACE_END (MetaDisplayHideWindows);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]