]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/kconfig/gconf.c
[PATCH] autofs4: fix false negative return from expire
[linux-2.6-omap-h63xx.git] / scripts / kconfig / gconf.c
index 9f5aabd58fa96cdb86220a4fe322855d8194f6e1..665bd5300a19d7535275d36a464be95bc44572f7 100644 (file)
@@ -276,7 +276,7 @@ void init_main_window(const gchar * glade_file)
                                          NULL);
 
        sprintf(title, _("Linux Kernel v%s Configuration"),
-               getenv("KERNELRELEASE"));
+               getenv("KERNELVERSION"));
        gtk_window_set_title(GTK_WINDOW(main_wnd), title);
 
        gtk_widget_show(main_wnd);