Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
Could you please remove it and always pass
true?

- void update(docstring const & new_label, bool updaterefs = true);
+ void update(docstring const & new_label, bool updaterefs);

It does not even work if I remove the bool altogether.

I have a similar problem with my attempt to implement duplicate checking for bibitems (yes, I couldn't resist). With the attached patch, the duplicates are checked and replaced correctly while pasting, and I also get the popup message with the replacement on creating, however, the replacement does not happen (even though it says that the item will be renamed from item to "item-1", it remains "item").

This strikes me like the identical bug.

Hum, that might just be a redraw problem...

Reply via email to