<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - NB can customize if visible=true/false is available"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132797#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - NB can customize if visible=true/false is available"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132797">bug 132797</a>
from <span class="vcard"><a class="email" href="mailto:kainz.a@gmail.com" title="andreas_k <kainz.a@gmail.com>"> <span class="fn">andreas_k</span></a>
</span></b>
<pre>code example notebookbar.ui file from writer:
<object class="GtkToolButton" id="File-ExportToPDF">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:ExportToPDF</property>
<property name="use_underline">True</property>
</object>
If you open the file with glade, it change the property to
<object class="GtkToolButton" id="File-ExportToPDF">
<property name="can_focus">False</property>
<property name="action_name">.uno:ExportToPDF</property>
<property name="use_underline">True</property>
</object>
and than it can't be edited with Tools -> customize -> Notebookbar tab. The
command is visible in the gui you can edit the visibility checkbox, but in the
code no new file was generated. I think it's cause the customization code do
something like change visible property from True to False but as there is no
visible property it didn't work.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>