]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kconfig: gconf: rename gconf.glade to gconf.ui
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Jun 2025 18:43:30 +0000 (03:43 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 26 Jul 2025 06:31:29 +0000 (15:31 +0900)
The next commit will convert this file to GtkBuilder format. Rename
it in advance to reflect the intended format.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/gconf.c
scripts/kconfig/gconf.ui [moved from scripts/kconfig/gconf.glade with 100% similarity]

index 05ee10f5f45b4d9dbba5e26c3114658f0b16ac97..8006cc547180fa9c9aa74f6900f8e1bb360c9e0a 100644 (file)
@@ -1327,11 +1327,11 @@ int main(int ac, char *av[])
        /* Determine GUI path */
        env = getenv(SRCTREE);
        if (env)
-               glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
+               glade_file = g_strconcat(env, "/scripts/kconfig/gconf.ui", NULL);
        else if (av[0][0] == '/')
-               glade_file = g_strconcat(av[0], ".glade", NULL);
+               glade_file = g_strconcat(av[0], ".ui", NULL);
        else
-               glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL);
+               glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".ui", NULL);
 
        /* Conf stuffs */
        if (ac > 1 && av[1][0] == '-') {