diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-07-02 18:55:23 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-07-02 18:55:23 +0000 |
| commit | f496d58be9dbd47dc75cdb0cd65e4f68bfd33f62 (patch) | |
| tree | 59ab9d8e7d6cb41a19d4040d7efa9c9ccf60e42c /src/display | |
| parent | Fix problem with merged code where a pointer to a plain C GTK+ object was cas... (diff) | |
| download | inkscape-f496d58be9dbd47dc75cdb0cd65e4f68bfd33f62.tar.gz inkscape-f496d58be9dbd47dc75cdb0cd65e4f68bfd33f62.zip | |
GTK+ cleanup: gtk_object_set
(bzr r10405)
Diffstat (limited to 'src/display')
| -rw-r--r-- | src/display/sp-canvas-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas-item.h b/src/display/sp-canvas-item.h index 51e9a740e..9dbec547e 100644 --- a/src/display/sp-canvas-item.h +++ b/src/display/sp-canvas-item.h @@ -72,7 +72,7 @@ SPCanvasItem *sp_canvas_item_new(SPCanvasGroup *parent, GType type, const gchar G_END_DECLS -#define sp_canvas_item_set gtk_object_set +#define sp_canvas_item_set g_object_set void sp_canvas_item_affine_absolute(SPCanvasItem *item, Geom::Affine const &aff); |
