From e22f401354ff752ef4652c6a269afefc6ddee969 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 20 Feb 2015 16:50:51 +0100 Subject: Fix for bug 1409591 : Inconsistent selection with 'Select same' on object with clones Fixed bugs: - https://launchpad.net/bugs/1409195 (bzr r13930) --- src/selection-chemistry.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/selection-chemistry.h') diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index d86906548..4ee7a5200 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -136,14 +136,14 @@ enum SPSelectStrokeStyleType { SP_STROKE_COLOR = 1, SP_STROKE_STYLE_WIDTH = 2, SP_STROKE_STYLE_DASHES = 3, - SP_STROKE_STYLE_MARKERS = 4 + SP_STROKE_STYLE_MARKERS = 4, + SP_STROKE_STYLE_ALL = 5, + SP_STYLE_ALL = 6 }; void sp_select_same_fill_stroke_style(SPDesktop *desktop, gboolean fill, gboolean strok, gboolean style); -void sp_select_same_stroke_style(SPDesktop *desktop); void sp_select_same_object_type(SPDesktop *desktop); -GSList *sp_get_same_fill_or_stroke_color(SPItem *sel, GSList *src, SPSelectStrokeStyleType type); -GSList *sp_get_same_stroke_style(SPItem *sel, GSList *src, SPSelectStrokeStyleType type); +GSList *sp_get_same_style(SPItem *sel, GSList *src, SPSelectStrokeStyleType type=SP_STYLE_ALL); GSList *sp_get_same_object_type(SPItem *sel, GSList *src); void scroll_to_show_item(SPDesktop *desktop, SPItem *item); -- cgit v1.2.3