[ghex] layout-manager: fix typo in enum registration.
- From: Logan Rathbone <larathbone src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex] layout-manager: fix typo in enum registration.
- Date: Fri, 10 Dec 2021 05:50:02 +0000 (UTC)
commit ce8315f80a468ce1d5bcf41c80a78d6e597af499
Author: Logan Rathbone <poprocks gmail com>
Date: Thu Dec 9 22:01:55 2021 -0500
layout-manager: fix typo in enum registration.
src/gtkhex-layout-manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtkhex-layout-manager.c b/src/gtkhex-layout-manager.c
index 357d4fc..91ac4b4 100644
--- a/src/gtkhex-layout-manager.c
+++ b/src/gtkhex-layout-manager.c
@@ -72,7 +72,7 @@ gtk_hex_layout_column_get_type (void)
};
if (! hex_layout_column_type) {
hex_layout_column_type =
- g_enum_register_static ("GstAudioParseFormat", format_types);
+ g_enum_register_static ("GtkHexLayoutColumn", format_types);
}
return hex_layout_column_type;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]