[gnuplot] 01/02: Fix crash during resize of qt-window. (Closes: #827351)

Anton Gladky gladk at moszumanska.debian.org
Sat Jun 18 06:29:04 UTC 2016


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

gladk pushed a commit to branch master
in repository gnuplot.

commit 2a1377dfae85af4c69e9ffa40f1e86a01cf06224
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Jun 18 08:27:34 2016 +0200

    Fix crash during resize of qt-window. (Closes: #827351)
---
 debian/patches/15_fix_resize_qt.patch | 17 +++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/15_fix_resize_qt.patch b/debian/patches/15_fix_resize_qt.patch
new file mode 100644
index 0000000..eba2211
--- /dev/null
+++ b/debian/patches/15_fix_resize_qt.patch
@@ -0,0 +1,17 @@
+Description: Fix the crash during resize of qt-window
+Author: Ethan Merritt <sfeam at users.sf.net> 
+Bug-Debian: https://bugs.debian.org/827351
+Reviewed-By: Anton Gladky <gladk at debian.org>
+Last-Update: <YYYY-MM-DD>
+
+--- gnuplot-5.0.3+dfsg3.orig/src/mouse.c
++++ gnuplot-5.0.3+dfsg3/src/mouse.c
+@@ -2239,7 +2239,7 @@ do_event(struct gp_event_t *ge)
+ 	    break;
+ 	if (multiplot)
+ 	    break;
+-	do_string("replot");
++	do_string_replot("");
+ 	break;
+     case GE_reset:
+ 	event_reset(ge);
diff --git a/debian/patches/series b/debian/patches/series
index 212c096..75bdac0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 12_info.patch
 13_honour_SOURCE_DATE_EPOCH.patch
 14_strip_username_from_output.patch
+15_fix_resize_qt.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot.git



More information about the debian-science-commits mailing list