[gimp/wip/animation: 48/145] plug-ins: fix a few bugs when changing animation types.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/animation: 48/145] plug-ins: fix a few bugs when changing animation types.
- Date: Sat, 22 Jul 2017 11:40:57 +0000 (UTC)
commit 5ecd55e995abd3d1250889f60c03427ac2d0853b
Author: Jehan <jehan girinstud io>
Date: Fri Nov 11 03:38:01 2016 +0100
plug-ins: fix a few bugs when changing animation types.
plug-ins/animation-play/widgets/animation-dialog.c | 1 -
.../animation-play/widgets/animation-storyboard.c | 3 +++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/animation-play/widgets/animation-dialog.c
b/plug-ins/animation-play/widgets/animation-dialog.c
index 3be948b..ffaf50e 100755
--- a/plug-ins/animation-play/widgets/animation-dialog.c
+++ b/plug-ins/animation-play/widgets/animation-dialog.c
@@ -1473,7 +1473,6 @@ animation_type_changed (GtkWidget *combo,
g_free ((gchar *) xml);
animation_dialog_set_animation (ANIMATION_DIALOG (dialog),
animation);
- animation_load (animation);
}
static void
diff --git a/plug-ins/animation-play/widgets/animation-storyboard.c
b/plug-ins/animation-play/widgets/animation-storyboard.c
index feaaa30..0f3098c 100644
--- a/plug-ins/animation-play/widgets/animation-storyboard.c
+++ b/plug-ins/animation-play/widgets/animation-storyboard.c
@@ -204,6 +204,9 @@ animation_storyboard_finalize (GObject *object)
{
AnimationStoryboard *view = ANIMATION_STORYBOARD (object);
+ g_signal_handlers_disconnect_by_func (view->priv->playback,
+ (GCallback) animation_storyboard_rendered,
+ view);
g_object_unref (view->priv->animation);
if (view->priv->panel_buttons)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]