diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-11 20:19:05 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-11 20:19:05 +0000 |
| commit | 02b25fa0d3b95d94eff21e3404669a16d517733b (patch) | |
| tree | 75915c5cffc46c00f82e00949f79792707041690 /src/inkscape.cpp | |
| parent | GSEAL fixes (diff) | |
| download | inkscape-02b25fa0d3b95d94eff21e3404669a16d517733b.tar.gz inkscape-02b25fa0d3b95d94eff21e3404669a16d517733b.zip | |
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
(bzr r10959)
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index f07d0cac4..d0cc73081 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -59,6 +59,7 @@ #include "selection.h" #include "ui/dialog/debug.h" #include "xml/repr.h" +#include "helper/sp-marshal.h" static Inkscape::Application *inkscape = NULL; @@ -190,7 +191,7 @@ inkscape_class_init (Inkscape::ApplicationClass * klass) G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (Inkscape::ApplicationClass, modify_selection), NULL, NULL, - gtk_marshal_VOID__POINTER_UINT, + sp_marshal_VOID__POINTER_UINT, G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_UINT); inkscape_signals[CHANGE_SELECTION] = g_signal_new ("change_selection", |
