dbaccess/uiconfig/ui/postgrespage.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b960668bbde1c77c5eadf0a1ad8abde08114810f
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Tue May 30 21:40:05 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed May 31 07:25:45 2023 +0200

    tdf#155562: crash when switching to PostgreSQL connector in Database wizard
    
    It seems "label" doesn't exist for AtkObject so rather use 
"AtkObject::accessible-description"
    
    Regression from afe99617707c92460e66486c0057ef327e8aa017
    tdf#43369: Specific UI for collecting PostgreSQL connection settings
    
    Change-Id: I1f4f7ebe5e20a9ff7b75e6f82ffdd2bdebe7417c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152406
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/dbaccess/uiconfig/ui/postgrespage.ui 
b/dbaccess/uiconfig/ui/postgrespage.ui
index cc478e00cca8..ce814a40a310 100644
--- a/dbaccess/uiconfig/ui/postgrespage.ui
+++ b/dbaccess/uiconfig/ui/postgrespage.ui
@@ -23,7 +23,7 @@
         <property name="margin_bottom">6</property>
         <child internal-child="accessible">
           <object class="AtkObject">
-            <property name="label" translatable="yes" 
context="specialpostgrespage|header">Set up connection to a PostgreSQL 
database</property>
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="specialpostgrespage|header">Set up connection to a 
PostgreSQL database</property>
             <property name="AtkObject::accessible-role">static</property>
           </object>
         </child>
@@ -43,7 +43,7 @@
         <property name="can_focus">False</property>
         <child internal-child="accessible">
           <object class="AtkObject">
-            <property name="label" translatable="yes" 
context="specialpostgrespage|helpLabel">Please enter the required information 
to connect to a PostgreSQL database. Please contact your system administrator 
if you are unsure about the following settings. </property>
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="specialpostgrespage|helpLabel">Please enter the 
required information to connect to a PostgreSQL database. Please contact your 
system administrator if you are unsure about the following settings. </property>
             <property name="AtkObject::accessible-role">static</property>
           </object>
         </child>

Reply via email to