diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-07-06 01:27:08 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-07-06 01:27:08 +0000 |
| commit | 5bf95af00bcd039e8280a14d264ea2875fca5cf3 (patch) | |
| tree | 51496823653d8f8cbe09c814fe6706b005f15ee7 /src/nodepath.h | |
| parent | refactoring, add background removal (diff) | |
| download | inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.tar.gz inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.zip | |
undo annotations
(bzr r1361)
Diffstat (limited to 'src/nodepath.h')
| -rw-r--r-- | src/nodepath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.h b/src/nodepath.h index 10e241b6a..21c2957aa 100644 --- a/src/nodepath.h +++ b/src/nodepath.h @@ -253,7 +253,7 @@ void restore_nodepath_selection (Inkscape::NodePath::Path *nodepath, GList *r); gboolean nodepath_repr_d_changed (Inkscape::NodePath::Path * np, const char *newd); gboolean nodepath_repr_typestr_changed (Inkscape::NodePath::Path * np, const char *newtypestr); gboolean node_key (GdkEvent * event); -void sp_nodepath_update_repr(Inkscape::NodePath::Path *np); +void sp_nodepath_update_repr(Inkscape::NodePath::Path *np, const gchar *annotation); void sp_nodepath_update_statusbar (Inkscape::NodePath::Path *nodepath); void sp_nodepath_selected_align(Inkscape::NodePath::Path *nodepath, NR::Dim2 axis); void sp_nodepath_selected_distribute(Inkscape::NodePath::Path *nodepath, NR::Dim2 axis); |
