[Pkg-nagios-changes] [pkg-lconf-icinga-mod] 04/05: Remove property-grid patch - no longer needed

Markus Frosch lazyfrosch-guest at moszumanska.debian.org
Tue Aug 5 16:53:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

lazyfrosch-guest pushed a commit to branch master
in repository pkg-lconf-icinga-mod.

commit cdbf7f7b5f78e772b482d7e6a7c8512718269233
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Tue Aug 5 18:27:34 2014 +0200

    Remove property-grid patch - no longer needed
    
    This reverts commit 186d322a0a459eb47d031695b9b0fc95303ea375.
---
 debian/patches/property-grid.patch | 43 --------------------------------------
 debian/patches/series              |  1 -
 2 files changed, 44 deletions(-)

diff --git a/debian/patches/property-grid.patch b/debian/patches/property-grid.patch
deleted file mode 100644
index a7ccedf..0000000
--- a/debian/patches/property-grid.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 24bd47e7c375d77606f5522fbc27ab773a53e2a1 Mon Sep 17 00:00:00 2001
-From: Johannes Meyer <johannes.meyer at netways.de>
-Date: Fri, 4 Apr 2014 14:45:15 +0200
-Subject: [PATCH 1/2] Fix that fields in the PropertyKeyValueGrid do not expand
-
-fixes #2513
----
- src/LConf/lib/js/GridTreeEditorField.js | 11 +++++++----
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/src/LConf/lib/js/GridTreeEditorField.js b/src/LConf/lib/js/GridTreeEditorField.js
-index 07f0ff9..e84dd1f 100755
---- a/src/LConf/lib/js/GridTreeEditorField.js
-+++ b/src/LConf/lib/js/GridTreeEditorField.js
-@@ -26,7 +26,8 @@ Ext.onReady(function() {
-         startValue: "",
-     
-         field: {
--            focus: function () {}
-+            focus: function () {},
-+            isXType: function () {}
-         },
-     
-         setValue: function (v) {    
-@@ -82,10 +83,12 @@ Ext.onReady(function() {
-         hideEdit: function (remainVisible) {
-             if(remainVisible !== true) {
-                 this.editing = false;
--                if(this.tree)        
-+                if (this.tree) {
-                     this.tree.destroy();
--                if(this.tree.editorTxt)
--                    this.tree.editorTxt.destroy();
-+                    if (this.tree.editorTxt) {
-+                        this.tree.editorTxt.destroy();
-+                    }
-+                }
-                 this.grid.resumeEvents();
-             }
-         },
--- 
-1.9.1
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 70cecad..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-property-grid.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-lconf-icinga-mod.git



More information about the Pkg-nagios-changes mailing list