This can be done by making a change to the file main.kmm. The file is located in KM root/macros.
With KM closed, look for the following code.
# PRIVATE
_Home{
#$OpenURL=getpref(STRING,$KM_Homepage); &OpenURL_InNew;
id(ID_NAV_HOME);
}
Change to code to look like this. Just move the # symbol to change which line is a comment and which line is active. Save the file and restart KM.
# PRIVATE
_Home{
$OpenURL=getpref(STRING,$KM_Homepage); &OpenURL_InNew;
#id(ID_NAV_HOME);
}
K-Meleon 1.6.0 beta 2.4 Win 7 (32 bit)