From 909d0ffa2ecfb849a31ebaf5679a0392232594f1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 14 Dec 2000 19:59:13 +0000 Subject: [PATCH] call lc_dialog_update_image_list() when resizing the image so the image 2000-12-14 Sven Neumann * app/commands.c (image_resize_callback): call lc_dialog_update_image_list() when resizing the image so the image preview is updated in the l&c dialog. --- ChangeLog | 6 ++++++ app/actions/help-commands.c | 1 + app/commands.c | 1 + app/gui/commands.c | 1 + app/gui/help-commands.c | 1 + 5 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6358c2ada..6f00442bf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-14 Sven Neumann + + * app/commands.c (image_resize_callback): + call lc_dialog_update_image_list() when resizing the image so the + image preview is updated in the l&c dialog. + 2000-12-14 Vidar Madsen * plug-ins/gimpressionist/brush.c: Fix to avoid a warning when diff --git a/app/actions/help-commands.c b/app/actions/help-commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/actions/help-commands.c +++ b/app/actions/help-commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else { diff --git a/app/commands.c b/app/commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/commands.c +++ b/app/commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else { diff --git a/app/gui/commands.c b/app/gui/commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/gui/commands.c +++ b/app/gui/commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else { diff --git a/app/gui/help-commands.c b/app/gui/help-commands.c index 21b6a387b9..529d7842cf 100644 --- a/app/gui/help-commands.c +++ b/app/gui/help-commands.c @@ -1318,6 +1318,7 @@ image_resize_callback (GtkWidget *widget, image_resize->resize->offset_x, image_resize->resize->offset_y); gdisplays_flush (); + lc_dialog_update_image_list (); } else {