From: Charles du Jeu Date: Thu, 19 Nov 2009 13:46:52 +0000 (+0000) Subject: Forgotten Icon and fix perspective closing X-Git-Tag: argeo-commons-2.1.30~1721 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=06288e6008e382210bb5d1337b2aee9d13f82adb Forgotten Icon and fix perspective closing git-svn-id: https://svn.argeo.org/commons/trunk@3107 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js index 289637628..325e9c4b3 100644 --- a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js +++ b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js @@ -57,8 +57,7 @@ qx.Class.define("org.argeo.security.ria.Perspective", { }, remove : function(viewsManager) { - viewsManager.getViewPaneById("applet").empty(); - viewsManager.getViewPanesContainer().remove(this.splitPane); + viewsManager.getViewPanesContainer().remove(this._firstSplit); } } diff --git a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/resource/org.argeo.security.ria/preferences-security.png b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/resource/org.argeo.security.ria/preferences-security.png new file mode 100644 index 000000000..e9428c55a Binary files /dev/null and b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/resource/org.argeo.security.ria/preferences-security.png differ