Revert "Add preliminary support for Opera Mobile"
authorSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 10:16:40 +0000 (03:16 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 10:16:40 +0000 (03:16 -0700)
This reverts commit 81d2b2485ca2a490af7f4bb5d4e2995c35c12915.

config-ui/browser-switchboard-cp.c
launcher.c

index 1b16242..c34778b 100644 (file)
@@ -67,7 +67,6 @@ struct browser_entry browsers[] = {
        { "microb", "MicroB" }, /* First entry is the default! */
        { "tear", "Tear" },
        { "fennec", "Mobile Firefox (Fennec)" },
-       { "opera", "Opera Mobile" },
        { "midori", "Midori" },
        { "other", "Other" },
        { NULL, NULL },
index 51e8000..77f2ded 100644 (file)
@@ -632,8 +632,6 @@ void update_default_browser(struct swb_context *ctx, char *default_browser) {
                /* Cheat and reuse launch_other_browser, since we don't appear
                   to need to do anything special */
                use_other_browser_cmd(ctx, "fennec %s");
-       else if (!strcmp(default_browser, "opera"))
-               use_other_browser_cmd(ctx, "opera %s");
        else if (!strcmp(default_browser, "midori"))
                use_other_browser_cmd(ctx, "midori %s");
        else if (!strcmp(default_browser, "other")) {