Hi,

As you may be able to guess, I'm implementing the GTK Bibtex dialog.  In
the update() code in the existing frontends, the "Show bibliography in
TOC" check button is to be inactive if usinggBibTopic() is true.
However, we still send back a setOptions("bibtotoc"); on apply().

The result is that one opens the bibtex dialog, checks the "Show in TOC"
check button, clicks OK, then opens it again and the option is not
remembered.

So, which of the following statements is true:
     1. Bibtopic is always enabled, and the checkbutton shouldn't be
        there
     2. When bibtopic is enabled, the checkbutton should be disabled
     3. The checkbutton should always be enabled, and the backend is
        wrong to ignore us when we tell it that the user has activated
        it.

John

Reply via email to