summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-02-22 13:56:45 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-02-22 13:56:45 -0600
commit05b0392d9f6878015fe75a571039aea51cba1372 (patch)
treee4f998fd92c794f3830afdb3e9229999032684c9
parent08a9b958e4e0ca78bf0942aa7e205e68e9d3203d (diff)
downloadepiphany-mcatanzaro/quarks.tar.gz
Fix names of error quarksmcatanzaro/quarks
Not sure exactly what went wrong here, but of course we don't need all these spaces.
-rw-r--r--lib/sync/ephy-password-import.c2
-rw-r--r--src/bookmarks/ephy-bookmarks-import.c2
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 {