[amtk] tests: rename test-menu -> test-traditional-ui
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [amtk] tests: rename test-menu -> test-traditional-ui
- Date: Thu, 12 Apr 2018 17:20:06 +0000 (UTC)
commit 795bf56d6c60e45ce2e82a95a6b7ecc4a15517c8
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Apr 12 16:15:14 2018 +0200
tests: rename test-menu -> test-traditional-ui
"menu" can mean GtkMenu or GMenu.
tests/Makefile.am | 4 ++--
tests/{test-menu.c => test-traditional-ui.c} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3a5f738..74cfb9f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,8 +13,8 @@ TEST_PROGS =
TEST_PROGS += test-headerbar
test_headerbar_SOURCES = test-headerbar.c
-TEST_PROGS += test-menu
-test_menu_SOURCES = test-menu.c
+TEST_PROGS += test-traditional-ui
+test_traditional_ui_SOURCES = test-traditional-ui.c
noinst_PROGRAMS = $(TEST_PROGS)
diff --git a/tests/test-menu.c b/tests/test-traditional-ui.c
similarity index 98%
rename from tests/test-menu.c
rename to tests/test-traditional-ui.c
index ac77239..53152d6 100644
--- a/tests/test-menu.c
+++ b/tests/test-traditional-ui.c
@@ -215,7 +215,7 @@ main (int argc,
amtk_init ();
- app = gtk_application_new ("org.gnome.amtk.test-menu", G_APPLICATION_FLAGS_NONE);
+ app = gtk_application_new ("org.gnome.amtk.test-traditional-ui", G_APPLICATION_FLAGS_NONE);
g_signal_connect (app,
"startup",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]