]> spindle.queued.net Git - midori/commitdiff
Don't support 'review' pages on userstyles.org for now
authorChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:27:59 +0000 (18:27 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:58:00 +0000 (18:58 +0100)
extensions/addons.c

index 746ac6d2f05ebf3e0c3cadfd71fdd4198de70074..7604ab38af7abc5ee165c441eca0822c1040b1aa 100644 (file)
@@ -262,7 +262,7 @@ addons_notify_load_status_cb (MidoriBrowser*   browser,
                gchar* subpage = split_uri[4];
 
                /* userscripts.org script main (with desc) and "source view" pages */
-               if (!g_strcmp0 (subpage, "show") || !g_strcmp0 (subpage, "review"))
+               if (!g_strcmp0 (subpage, "show") /* || !g_strcmp0 (subpage, "review") */)
                    addons_uri_install (browser, MIDORI_VIEW (view), ADDONS_USER_SCRIPTS);
 
                g_strfreev (split_uri);