[nautilus] gtkplacesview: Fix property for AdwStatusPage from label to description



commit c8afc94755f21c3fb77f3dd5392cf2dd0f5fa7b2
Author: Corey Berla <corey berla me>
Date:   Mon Jul 18 13:07:16 2022 -0700

    gtkplacesview: Fix property for AdwStatusPage from label to description
    
    a336c68b0884243fdaedd954d04553316b614275 broke the ability to load Places.
    There's an incorrect property on the AdwStatusPage "label" which
    presumably should be "description".  Likely this label property
    persisted from when it previously was a GtkLabel. Change "label"
    to "description".

 src/gtk/nautilusgtkplacesview.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtk/nautilusgtkplacesview.ui b/src/gtk/nautilusgtkplacesview.ui
index d5063bdf6..d7976208d 100644
--- a/src/gtk/nautilusgtkplacesview.ui
+++ b/src/gtk/nautilusgtkplacesview.ui
@@ -187,7 +187,7 @@
               <object class="AdwStatusPage">
                 <property name="icon-name">edit-find-symbolic</property>
                 <property name="title" translatable="yes">No Results Found</property>
-                <property name="label" translatable="yes">Try a different search.</property>
+                <property name="description" translatable="yes">Try a different search.</property>
               </object>
             </property>
           </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]