]> granicus.if.org Git - python/commit
Do not set Konquerer to be the default browser if $KDEDIR is set -- some
authorFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 03:40:51 +0000 (03:40 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 03:40:51 +0000 (03:40 +0000)
commit3944a017130d8ec55493532ae071428768361583
treeaf993863174f334c665b8dcdcc5112c9ae869f7c
parent8d3312f4d18e0b620d3ba1780c9ea2fd283a1686
Do not set Konquerer to be the default browser if $KDEDIR is set -- some
Linux distributions which provide both KDE and Gnome set this environment
variable even if the user is not using KDE.  We do *not* want to start
Konquerer if KDE is not running unless the user actually tells us to!
Lib/webbrowser.py