aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-03-29 04:52:40 +0200
committerMihai Moldovan <ionic@ionic.de>2015-03-29 04:52:40 +0200
commitda6bb07a0fbdbe75d46ac0ff1afb45cf7817e0f0 (patch)
tree1c9f61afb6d8a3181a6ba16ded6276f34096110d
parent52224aa87ce2966ded505647ce9fab83541a820e (diff)
downloadnx-libs-da6bb07a0fbdbe75d46ac0ff1afb45cf7817e0f0.tar.gz
nx-libs-da6bb07a0fbdbe75d46ac0ff1afb45cf7817e0f0.tar.bz2
nx-libs-da6bb07a0fbdbe75d46ac0ff1afb45cf7817e0f0.zip
nx-X11: fix typo in previous patch.
Affects: - 0017_nx-X11_fix-SetPictureFilter.full.patch
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bb1b71115..6368b3142 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
gracefully.
Adds:
- 0017_nx-X11_fix-SetPictureFilter.full.patch
+ * nx-X11: fix typo in previous patch.
+ Affects:
+ - 0017_nx-X11_fix-SetPictureFilter.full.patch
-- X2Go Release Manager <git-admin@x2go.org> Tue, 17 Mar 2015 19:19:32 +0100
diff --git a/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch b/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch
index cf2468156..a6f978cad 100644
--- a/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch
+++ b/debian/patches/0017_nx-X11_fix-SetPictureFilter.full.patch
@@ -97,7 +97,7 @@ Abstract:
pPicture->filter = pFilter->id;
+
+ if (pPicture->pDrawable) {
-+ PictureScreenPtr ps = GetPictureScreen (pscreen);
++ PictureScreenPtr ps = GetPictureScreen (pScreen);
+ int result;
+
+ result = (*ps->ChangePictureFilter) (pPicture, pPicture->filter,