aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 9384ba6cfdb..d3c99b30016 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -5974,7 +5974,7 @@ realize_basic_faces (f)
5974 /* Reflect changes in the `menu' face in menu bars. */ 5974 /* Reflect changes in the `menu' face in menu bars. */
5975 if (menu_face_change_count) 5975 if (menu_face_change_count)
5976 { 5976 {
5977 menu_face_change_count = 0; 5977 --menu_face_change_count;
5978#ifdef USE_X_TOOLKIT 5978#ifdef USE_X_TOOLKIT
5979 x_update_menu_appearance (f); 5979 x_update_menu_appearance (f);
5980#endif 5980#endif