From 02b25fa0d3b95d94eff21e3404669a16d517733b Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sat, 11 Feb 2012 20:19:05 +0000 Subject: Get rid of deprecated gtk_marshal_* and some old GtkComboBox API (bzr r10959) --- src/inkscape.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inkscape.cpp') 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", -- cgit v1.2.3