[gnome-shell] workspace: Use Workspace.WindowPositionFlags.NONE in another case
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] workspace: Use Workspace.WindowPositionFlags.NONE in another case
- Date: Sat, 20 Apr 2013 12:33:44 +0000 (UTC)
commit d7c377c2299c4910a1fca6896aab5264b7f249dc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Feb 25 20:15:47 2013 -0500
workspace: Use Workspace.WindowPositionFlags.NONE in another case
https://bugzilla.gnome.org/show_bug.cgi?id=694469
js/ui/workspace.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index e2e461d..3218329 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -1436,7 +1436,7 @@ const Workspace = new Lang.Class({
}));
clone.connect('size-changed',
Lang.bind(this, function() {
- this.positionWindows(0);
+ this.positionWindows(WindowPositionFlags.NONE);
}));
this.actor.add_actor(clone.actor);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]