Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: gconf: rename gconf.glade to gconf.ui

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>

+3 -3
+3 -3
scripts/kconfig/gconf.c
··· 1327 1327 /* Determine GUI path */ 1328 1328 env = getenv(SRCTREE); 1329 1329 if (env) 1330 - glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL); 1330 + glade_file = g_strconcat(env, "/scripts/kconfig/gconf.ui", NULL); 1331 1331 else if (av[0][0] == '/') 1332 - glade_file = g_strconcat(av[0], ".glade", NULL); 1332 + glade_file = g_strconcat(av[0], ".ui", NULL); 1333 1333 else 1334 - glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL); 1334 + glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".ui", NULL); 1335 1335 1336 1336 /* Conf stuffs */ 1337 1337 if (ac > 1 && av[1][0] == '-') {
scripts/kconfig/gconf.glade scripts/kconfig/gconf.ui