[gnome-software/1496-os-updates-viewing-more-packages-goes-back-through-all-of-visited] gs-update-dialog: Does not cleanup visited apps in the leaflet
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1496-os-updates-viewing-more-packages-goes-back-through-all-of-visited] gs-update-dialog: Does not cleanup visited apps in the leaflet
- Date: Thu, 21 Oct 2021 16:47:50 +0000 (UTC)
commit 7701c9ac69ff18d5d9e628e8416bb8fda4fe8584
Author: Milan Crha <mcrha redhat com>
Date: Thu Oct 21 18:46:02 2021 +0200
gs-update-dialog: Does not cleanup visited apps in the leaflet
Correct notify property signal handler name, to remove visited
pages when the transition animation is over.
Closes https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1057
src/gs-update-dialog.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-update-dialog.ui b/src/gs-update-dialog.ui
index 94cfa442c..8def1c777 100644
--- a/src/gs-update-dialog.ui
+++ b/src/gs-update-dialog.ui
@@ -27,9 +27,9 @@
<property name="can_swipe_back">True</property>
<property name="can-unfold">False</property>
<!-- We need both signals to support the animations being disabled, as
- notify::transition-running isn't emitted in that case. -->
+ notify::child-transition-running isn't emitted in that case. -->
<signal name="notify::visible-child" handler="leaflet_child_transition_cb" swapped="no"/>
- <signal name="notify::transition-running" handler="leaflet_child_transition_cb" swapped="no"/>
+ <signal name="notify::child-transition-running" handler="leaflet_child_transition_cb" swapped="no"/>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]