summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-05-15 08:11:19 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-05-15 08:11:19 +0000
commit3460685415e0e80474cb5ef9cb4b37dbc3aae705 (patch)
treefba643ca9b3b03d12bcda1bd0cbe7444677d940a /src/widgets/gradient-vector.h
parentpdf import. set a default line width, see http://thread.gmane.org/gmane.comp.... (diff)
downloadinkscape-3460685415e0e80474cb5ef9cb4b37dbc3aae705.tar.gz
inkscape-3460685415e0e80474cb5ef9cb4b37dbc3aae705.zip
Fix for 950677 : Ellipse text if gradient name too long
(bzr r11365)
Diffstat (limited to 'src/widgets/gradient-vector.h')
-rw-r--r--src/widgets/gradient-vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h
index 9858ce784..ee69a9318 100644
--- a/src/widgets/gradient-vector.h
+++ b/src/widgets/gradient-vector.h
@@ -78,7 +78,7 @@ GtkWidget *sp_gradient_vector_editor_new (SPGradient *gradient, SPStop *stop = N
guint32 sp_average_color(guint32 c1, guint32 c2, gdouble p = 0.5);
gchar *gr_prepare_label (SPObject *obj);
-
+gchar *gr_ellipse_text (gchar const *src, guint maxlen);
#endif // SEEN_GRADIENT_VECTOR_H