diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-05-27 03:28:44 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-05-27 03:28:44 +0000 |
| commit | 8dffb2e7a2725a77d3af74bc984e48ac940f2679 (patch) | |
| tree | 58a5ae700760db46f21192f1dc61efbba914cedf /src | |
| parent | Revert uninintentionally committed file (diff) | |
| download | inkscape-8dffb2e7a2725a77d3af74bc984e48ac940f2679.tar.gz inkscape-8dffb2e7a2725a77d3af74bc984e48ac940f2679.zip | |
Applying patch from Gellule Xg to fix crash on 64-bit.
Fixed bugs:
- https://launchpad.net/bugs/629363
(bzr r10237)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 1b0893c0b..b794138ca 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -190,7 +190,7 @@ inkscape_class_init (Inkscape::ApplicationClass * klass) G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (Inkscape::ApplicationClass, modify_selection), NULL, NULL, - g_cclosure_marshal_VOID__UINT_POINTER, + gtk_marshal_VOID__POINTER_UINT, G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_UINT); inkscape_signals[CHANGE_SELECTION] = g_signal_new ("change_selection", |
