app: erroneously dereferencing paint_options

fixing commit 4d6640ff79
This commit is contained in:
Hartmut Kuhse
2014-08-31 15:27:12 +02:00
parent 1326cc5562
commit 50463d8d5a

View File

@ -609,7 +609,6 @@ gimp_stroke_options_prepare (GimpStrokeOptions *options,
}
g_object_set (options, "paint-options", paint_options, NULL);
g_object_unref (paint_options);
}
break;