[Pkg-privacy-commits] [tails-installer] 07/21: Close the popover on a change

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:27:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.93.0
in repository tails-installer.

commit ae2c21260824247591801eca96e10ebd83e500cd
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Apr 14 15:04:34 2016 +0200

    Close the popover on a change
---
 liveusb/components/PopOver.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/liveusb/components/PopOver.qml b/liveusb/components/PopOver.qml
index 4b7239d..02f0f2a 100644
--- a/liveusb/components/PopOver.qml
+++ b/liveusb/components/PopOver.qml
@@ -63,6 +63,7 @@ Item {
                 onCheckedChanged: {
                     if (checked && liveUSBData.releaseProxyModel.archFilter != modelData)
                         liveUSBData.releaseProxyModel.archFilter = modelData
+                    popover.open = false
                 }
             }
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list