diff options
| author | Gail Carmichael <gail.banaszkiewicz@gmail.com> | 2007-07-17 17:39:06 +0000 |
|---|---|---|
| committer | gbanaszk <gbanaszk@users.sourceforge.net> | 2007-07-17 17:39:06 +0000 |
| commit | 65013deec0bd76a9d120769e045848b547d52a78 (patch) | |
| tree | 7e622cd36a16704dc250a494e4b0e3009dae6eea /src/sp-tref.h | |
| parent | Unfuzzied (diff) | |
| download | inkscape-65013deec0bd76a9d120769e045848b547d52a78.tar.gz inkscape-65013deec0bd76a9d120769e045848b547d52a78.zip | |
A few additions to ensure that editing trefs is not allowed (and doesn't cause a crash). Also allows all trefs within a selection to be 'unlinked'.
(bzr r3261)
Diffstat (limited to 'src/sp-tref.h')
| -rw-r--r-- | src/sp-tref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-tref.h b/src/sp-tref.h index eea8207e3..2e79a28c3 100644 --- a/src/sp-tref.h +++ b/src/sp-tref.h @@ -63,7 +63,7 @@ void sp_tref_update_text(SPTRef *tref); bool sp_tref_reference_allowed(SPTRef *tref, SPObject *possible_ref); bool sp_tref_fully_contained(SPObject *start_item, Glib::ustring::iterator &start, SPObject *end_item, Glib::ustring::iterator &end); -SPObject * sp_tref_convert_to_tspan(SPTRef *item); +SPObject * sp_tref_convert_to_tspan(SPObject *item); #endif /* !SP_TREF_H */ |
