[Libreoffice-commits] core.git: svx/uiconfig

Caolán McNamara caolanm at redhat.com
Tue Oct 1 04:05:03 PDT 2013


 svx/uiconfig/ui/passwd.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0bca15197461f9e0c6f28ce301c2fed2ec4b38cb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 1 12:04:31 2013 +0100

    don't show macro passwords when entering them
    
    Change-Id: I0bd594a10efbd0469423d7463896f7e02f958ff1

diff --git a/svx/uiconfig/ui/passwd.ui b/svx/uiconfig/ui/passwd.ui
index 3375067..bc63ed0 100644
--- a/svx/uiconfig/ui/passwd.ui
+++ b/svx/uiconfig/ui/passwd.ui
@@ -114,7 +114,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="hexpand">True</property>
-                            <property name="invisible_char">●</property>
+                            <property name="visibility">False</property>
                           </object>
                           <packing>
                             <property name="expand">False</property>
@@ -169,7 +169,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="hexpand">True</property>
-                            <property name="invisible_char">●</property>
+                            <property name="visibility">False</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>
@@ -183,7 +183,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="hexpand">True</property>
-                            <property name="invisible_char">●</property>
+                            <property name="visibility">False</property>
                           </object>
                           <packing>
                             <property name="left_attach">1</property>


More information about the Libreoffice-commits mailing list