~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-preferences.c

  • Committer: Christian Dywan
  • Date: 2013-03-17 08:59:57 UTC
  • Revision ID: git-v1:710fa9410b9b8e26a74ca94a2509b6faf9e83a91
Use enable-javascript in both WebKit1 and WebKit2

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
        else
379
379
            g_free (enchant_path);
380
380
    }
381
 
    button = katze_property_proxy (settings, "enable-scripts", NULL);
 
381
    button = katze_property_proxy (settings, "enable-javascript", NULL);
382
382
    gtk_button_set_label (GTK_BUTTON (button), _("Enable scripts"));
383
383
    INDENTED_ADD (button);
384
384
    #if WEBKIT_CHECK_VERSION (1, 3, 8)