I just pushed a change to make tab-bar.js not be loaded by default
anymore. This means that if you previously enabled tab-bar mode simply
by calling:
tab_bar_mode(true);
in your RC file, you will get an error.
Instead, you need to change this to:
require("tab-bar.js");
Note that the call to tab_bar_mode(true) is no longer needed because
tab-bar.js now enables the mode by default, since that is the only
reason to load the module.
You could alternatively force tab-bar.js to be loaded automatically at
startup by setting the Mozilla preference conkeror.load.tab-bar to 1
(assuming you have conkeror.loadDefaultModules set to >= 0, as it is by
default), but adding a line to your RC file is probably more convenient,
as it is easier to migrate your RC file than to migrate your prefs if
you happen to need to set up a new profile or something.
--
Jeremy Maitin-Shepard
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror