Use an array of browser launchers instead of boilerplate code in update_default_browser()
authorSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 04:25:42 +0000 (21:25 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 04:25:42 +0000 (21:25 -0700)
Replace the existing set of if-elses comparing default_browser against
string constants with a loop over an array of browser launchers, which
will be (marginally) easier to maintain.


No differences found