mirror of https://github.com/GNOME/gimp.git
connect to GimpDrawable::update instead of
2007-10-26 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogrameditor.c (gimp_histogram_editor_layer_changed): connect to GimpDrawable::update instead of GimpViewable::invalidate-preview. svn path=/trunk/; revision=23953
This commit is contained in:
parent
37b875ccdc
commit
45361763c9
|
@ -1,3 +1,9 @@
|
|||
2007-10-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimphistogrameditor.c
|
||||
(gimp_histogram_editor_layer_changed): connect to
|
||||
GimpDrawable::update instead of GimpViewable::invalidate-preview.
|
||||
|
||||
2007-10-25 Kevin Cozens <kcozens@cvs.gnome.org>
|
||||
|
||||
* plug-ins/script-fu/tinyscheme/scheme-private.h
|
||||
|
|
|
@ -317,7 +317,7 @@ gimp_histogram_editor_layer_changed (GimpImage *image,
|
|||
|
||||
if (editor->drawable)
|
||||
{
|
||||
g_signal_connect_object (editor->drawable, "invalidate-preview",
|
||||
g_signal_connect_object (editor->drawable, "update",
|
||||
G_CALLBACK (gimp_histogram_editor_update),
|
||||
editor, G_CONNECT_SWAPPED);
|
||||
g_signal_connect_object (editor->drawable, "alpha-changed",
|
||||
|
|
Loading…
Reference in New Issue