!48 bugfix this.bind_property is not a function

From: @beta_dz 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-09-27 02:31:27 +00:00 committed by Gitee
commit 0ff8263233
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@ index faecff8..29954f7 100644
+ _bindOpacity() {
+ this._bindings = Main.layoutManager.uiGroup.get_children()
+ .filter(c => c != Main.layoutManager.screenShieldGroup)
+ .map(c => this.bind_property('opacity', c, 'opacity', 0));
+ .map(c => this.actor.bind_property('opacity', c, 'opacity', 0));
+ },
+
+ _unbindOpacity() {

View File

@ -1,6 +1,6 @@
Name: gnome-shell
Version: 3.30.1
Release: 12
Release: 13
Summary: Core user interface functions for the GNOME 3 desktop
Group: User Interface/Desktops
License: GPLv2+
@ -135,6 +135,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
%{_mandir}/man1/%{name}.1.gz
%changelog
* Fri Dec 01 2023 beta <beta@yfqm.date> - 3.30.1-13
- bugfix this.bind_property is not a function
* Mon Nov 27 2023 beta <beta@yfqm.date> - 3.30.1-12
- add mutter so path to /etc/ld.so.conf.d