[gedit] Fix previous commit



commit 5caf28a545eda15ad36b3299668707fa462518c1
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Wed Jul 27 03:32:11 2022 +0200

    Fix previous commit

 gedit/gedit-commands-help.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 20b4bf435..2cbb2f1c4 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -77,7 +77,7 @@ _gedit_cmd_help_contents (GeditWindow *window)
 void
 _gedit_cmd_help_about (GeditWindow *window)
 {
-       static const gchar * const authors[] = {
+       const gchar * const authors[] = {
                /* Main authors: the top 5 (to not have a too long list), by
                 * relative contribution (number of commits at the time of
                 * writing).


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