[epiphany/wip/exalm/typo: 2/2] window: Add a missing comma




commit bf9682b8e59419fea6296507882d0f763877e424
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Aug 2 08:34:12 2022 +0400

    window: Add a missing comma
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1181>

 src/ephy-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 50d97196b..57cb56018 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1013,7 +1013,7 @@ _ephy_window_set_default_actions_sensitive (EphyWindow *window,
   int i;
 
   const char *action_group_actions[] = {
-    "save-as", "save-as-application", "screenshot" "print",
+    "save-as", "save-as-application", "screenshot", "print",
     "find", "find-prev", "find-next",
     "bookmark-page", "encoding", "page-source",
     "send-to",


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