[nautilus/wip/antoniof/extension-properties: 11/21] properties-window: Add star button




commit 7227c24cf7b6db26930ed3dac42a5f977a408040
Author: António Fernandes <antoniof gnome org>
Date:   Fri Aug 5 08:17:40 2022 +0100

    properties-window: Add star button
    
    Starred status can be perceived as a property, also in grid view there
    is no visual indication or easy way to change it.
    
    Furthermore, we are to remove the star action from the view menu.

 src/nautilus-properties-window.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 878f5daaa..d00d7208a 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -1363,6 +1363,7 @@ properties_window_update (NautilusPropertiesWindow *self,
         if (!mime_list_equal (self->mime_list, mime_list))
         {
             refresh_extension_pages (self);
+            refresh_extension_groups (self);
         }
 
         g_list_free_full (self->mime_list, g_free);


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