notify the "update" property on the preview, not the toggle.

2004-08-31  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimppreview.c (gimp_preview_toggle_callback):
	notify the "update" property on the preview, not the toggle.
This commit is contained in:
Michael Natterer 2004-08-31 15:27:53 +00:00 committed by Michael Natterer
parent 95a29f9fdc
commit 79da6a9779
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-31 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimppreview.c (gimp_preview_toggle_callback):
notify the "update" property on the preview, not the toggle.
2004-08-31 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimppreview.c: allow to pan the preview with all

View File

@ -437,7 +437,7 @@ gimp_preview_toggle_callback (GtkWidget *toggle,
preview->update_preview = FALSE;
}
g_object_notify (G_OBJECT (toggle), "update");
g_object_notify (G_OBJECT (preview), "update");
}
/**