[epiphany/mcatanzaro/quarks] Fix names of error quarks




commit 05b0392d9f6878015fe75a571039aea51cba1372
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Feb 22 13:56:45 2022 -0600

    Fix names of error quarks
    
    Not sure exactly what went wrong here, but of course we don't need all
    these spaces.

 lib/sync/ephy-password-import.c       | 2 +-
 src/bookmarks/ephy-bookmarks-import.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/sync/ephy-password-import.c b/lib/sync/ephy-password-import.c
index d7c30271e..fa9d29ae4 100644
--- a/lib/sync/ephy-password-import.c
+++ b/lib/sync/ephy-password-import.c
@@ -35,7 +35,7 @@
 #define SECRET_SCHEMA  libsecret_get_schema ()
 
 GQuark passwords_import_error_quark (void);
-G_DEFINE_QUARK (ephy - passwords - import - error - quark, passwords_import_error)
+G_DEFINE_QUARK (ephy-passwords-import-error-quark, passwords_import_error)
 
 typedef enum {
   PASSWORDS_IMPORT_ERROR_PASSWORDS = 1001
diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c
index 9ea8dacc3..a90769f72 100644
--- a/src/bookmarks/ephy-bookmarks-import.c
+++ b/src/bookmarks/ephy-bookmarks-import.c
@@ -30,7 +30,7 @@
 #include <glib/gi18n.h>
 
 GQuark bookmarks_import_error_quark (void);
-G_DEFINE_QUARK (bookmarks - import - error - quark, bookmarks_import_error)
+G_DEFINE_QUARK (bookmarks-import-error-quark, bookmarks_import_error)
 #define BOOKMARKS_IMPORT_ERROR bookmarks_import_error_quark ()
 
 typedef enum {


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