diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-05-17 00:54:20 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-05-17 00:54:20 +0000 |
| commit | 15256efe98e5a35b9195d91e4d586a32d9967eb1 (patch) | |
| tree | f6cb11f3677689d5ec789485c0d46e0f83a1d03c /src/widgets/gradient-vector.h | |
| parent | Drop some GtkObject usage (diff) | |
| download | inkscape-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.h | 4 |
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 |
