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/widgets/gradient-vector.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/widgets/gradient-vector.cpp')
| -rw-r--r-- | src/widgets/gradient-vector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-vector.cpp b/src/widgets/gradient-vector.cpp index 8d05de101..37b9483f2 100644 --- a/src/widgets/gradient-vector.cpp +++ b/src/widgets/gradient-vector.cpp @@ -109,7 +109,7 @@ static void sp_gradient_vector_selector_class_init(SPGradientVectorSelectorClass G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET(SPGradientVectorSelectorClass, vector_set), NULL, NULL, - gtk_marshal_NONE__POINTER, + g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, GTK_TYPE_POINTER); |
