Hello community,
here is the log from the commit of package gnome-shell-extensions for
openSUSE:Factory checked in at 2018-07-19 22:49:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
and /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell-extensions"
Thu Jul 19 22:49:18 2018 rev:82 rq:623622 version:3.28.1+20180413.6746061
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2018-06-05 12:51:55.683799400 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
2018-07-19 22:49:21.427079507 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 07:00:04 UTC 2018 - [email protected]
+
+- Update [email protected]. After sle-classic extension
+ is disabled, can't show clone window in overview mode
+ (bsc#1095325).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ [email protected] ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/[email protected]/extension.js
new/[email protected]/extension.js
--- old/[email protected]/extension.js 2018-06-04 04:34:13.923426268
+0200
+++ new/[email protected]/extension.js 2018-07-17 08:52:05.459169464
+0200
@@ -312,11 +312,11 @@
function init() {
Convenience.initTranslations();
- _updateBoxesOrigin = Main.layoutManager._updateBoxes;
+ _updateBoxesOrigin = Main.layoutManager._updateBoxes;
//bsc#1064378
- computeScaleAndSpaceOrigin = Workspace.LayoutStrategy.computeScaleAndSpace;
- computeWindowSlotsOrigin = Workspace.LayoutStrategy.computeWindowSlots;
+ computeScaleAndSpaceOrigin =
Workspace.LayoutStrategy.prototype.computeScaleAndSpace;
+ computeWindowSlotsOrigin =
Workspace.LayoutStrategy.prototype.computeWindowSlots;
}
function enable() {