[gnome-boxes] actions-popover: Re-add display actions to menu



commit 837d4cdd124db8caab2886c05fc72d459994203a
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Jan 10 09:23:41 2022 +0100

    actions-popover: Re-add display actions to menu
    
    This is the fix for a regression introduced by commit
    821398577df54e01c51cd1246eae9887ed0d7599
    
    Fixes #753

 src/actions-popover.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/actions-popover.vala b/src/actions-popover.vala
index 4fce9a90..2700180f 100644
--- a/src/actions-popover.vala
+++ b/src/actions-popover.vala
@@ -56,6 +56,7 @@ public void update_for_item (CollectionItem item) {
             // Take Screenshot
             section.append (_("Take Screenshot"), "box.take_screenshot");
         }
+        menu.append_section (null, section);
 
         // New section for force shutdown and delete
         section = new GLib.Menu ();


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