move explorer to end of list to not mess up current pref settings

This commit is contained in:
Marcos Pinto 2007-09-08 01:32:35 +00:00
parent cfe44a3ad9
commit a91c00c247
2 changed files with 462 additions and 462 deletions

File diff suppressed because it is too large Load Diff

View File

@ -230,4 +230,4 @@ class ProxyType:
none, socks4, socks5, socks5_pw, http, http_pw = range(6)
class FileManager:
xdg, explorer, konqueror, nautilus, thunar = range(5)
xdg, konqueror, nautilus, thunar, explorer = range(5)