summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-05-17 00:54:20 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-05-17 00:54:20 +0000
commit15256efe98e5a35b9195d91e4d586a32d9967eb1 (patch)
treef6cb11f3677689d5ec789485c0d46e0f83a1d03c /src/widgets/gradient-vector.h
parentDrop some GtkObject usage (diff)
downloadinkscape-15256efe98e5a35b9195d91e4d586a32d9967eb1.tar.gz
inkscape-15256efe98e5a35b9195d91e4d586a32d9967eb1.zip
Fix for 950677 : ellipsize function with ustring
(bzr r11371)
Diffstat (limited to 'src/widgets/gradient-vector.h')
-rw-r--r--src/widgets/gradient-vector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h
index ee69a9318..9a26ab046 100644
--- a/src/widgets/gradient-vector.h
+++ b/src/widgets/gradient-vector.h
@@ -77,8 +77,8 @@ 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);
+Glib::ustring gr_prepare_label (SPObject *obj);
+Glib::ustring gr_ellipsize_text(Glib::ustring const &src, size_t maxlen);
#endif // SEEN_GRADIENT_VECTOR_H