summaryrefslogtreecommitdiff
path: root/academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch
diff options
context:
space:
mode:
authorDaniil Bratashov <dn2010@gmail.com>2011-06-23 21:34:35 -0400
committerNiels Horn <niels.horn@slackbuilds.org>2011-07-14 21:54:01 -0300
commit26af8032cb942174e50f2bb686609daf9e7e8e4d (patch)
tree4cdb77aa65956b9f21c1607e0a52feb811b58b8e /academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch
parent3275c4875e09881345e9c0518ba49fe4acd37144 (diff)
downloadslackbuilds-26af8032cb942174e50f2bb686609daf9e7e8e4d.tar.gz
academic/gwyddion: Updated for version 2.25.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch')
-rw-r--r--academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch b/academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch
deleted file mode 100644
index 49654813cc..0000000000
--- a/academic/gwyddion/gwyddion-2.24-maskedit-drawing-crash.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: modules/tools/maskedit.c
-===================================================================
---- modules/tools/maskedit.c (revision 12328)
-+++ modules/tools/maskedit.c (revision 12329)
-@@ -159,7 +159,7 @@
- N_("Mask editor tool, allows to interactively add or remove parts "
- "of mask."),
- "Yeti <yeti@gwyddion.net>",
-- "3.1",
-+ "3.2",
- "David Nečas (Yeti) & Petr Klapetek",
- "2004",
- };
-@@ -1524,8 +1524,6 @@
- if (tool->in_setup || tool->args.style != MASK_EDIT_STYLE_DRAWING)
- return;
-
-- g_assert_not_reached();
--
- if (tool->args.tool == MASK_TOOL_PAINT_DRAW)
- fillvalue = 1.0;
- else if (tool->args.tool == MASK_TOOL_PAINT_ERASE)