[SCM] knights packaging branch, master, updated. upstream/2.2.0-14-g11e1936

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Fri Feb 18 17:35:44 UTC 2011


The following commit has been merged in the master branch:
commit 129052fc46fa6a4d2bacf2d2d8c557779f3ab921
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Thu Feb 17 15:22:09 2011 +0100

    Add 03_dont_crash_fics.diff
---
 debian/changelog                       |    1 +
 debian/patches/03_dont_crash_fics.diff |   17 +++++++++++++++++
 debian/patches/series                  |    1 +
 3 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 54bf6ab..178281f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ knights (2.2.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Remove 01_add_categories_to_desktop_file.diff, no longer needed.
   * Add 02_no_hotnewstuff.diff.
+  * Add 03_dont_crash_fics.diff.
 
  -- José Manuel Santamaría Lema <panfaust at gmail.com>  Thu, 17 Feb 2011 12:29:35 +0100
 
diff --git a/debian/patches/03_dont_crash_fics.diff b/debian/patches/03_dont_crash_fics.diff
new file mode 100644
index 0000000..ab5b825
--- /dev/null
+++ b/debian/patches/03_dont_crash_fics.diff
@@ -0,0 +1,17 @@
+Author: José Manuel Santamaría Lema <panfaust at gmail.com>
+Description: This patch avoids a crash when you play second game with FICS
+ protocol. The problem is that the FicsProtocol objects triggers its own
+ delete after emitting a signal. Thanks to David Faure for his hint to find out
+ the problem.
+Forwarded: no
+--- a/src/knightsview.cpp
++++ b/src/knightsview.cpp
+@@ -104,7 +104,7 @@
+             KMessageBox::sorry ( this, text );
+         }
+     }
+-    emit gameNew();
++    //emit gameNew();
+ }
+ 
+ void KnightsView::settingsChanged()
diff --git a/debian/patches/series b/debian/patches/series
index ffadca0..ea39d55 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02_no_hotnewstuff.diff
+03_dont_crash_fics.diff

-- 
knights packaging



More information about the pkg-kde-commits mailing list