do not attempt to chain up in a signal callback.

2009-03-07  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpcontainercombobox.c
	(gimp_container_combo_box_changed): do not attempt to chain up 
in
	a signal callback.


svn path=/trunk/; revision=28124
This commit is contained in:
Sven Neumann 2009-03-07 11:31:32 +00:00 committed by Sven Neumann
parent 7ffdd8f190
commit df8c8610a9
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2009-03-07 Sven Neumann <sven@gimp.org>
* app/widgets/gimpcontainercombobox.c
(gimp_container_combo_box_changed): do not attempt to chain up in
a signal callback.
2009-03-07 Sven Neumann <sven@gimp.org>
* plug-ins/file-jpeg/jpeg-load.c (load_image)

View File

@ -503,9 +503,6 @@ gimp_container_combo_box_changed (GtkComboBox *combo_box,
{
GtkTreeIter iter;
if (GTK_COMBO_BOX_CLASS (parent_class)->changed)
GTK_COMBO_BOX_CLASS (parent_class)->changed (combo_box);
if (gtk_combo_box_get_active_iter (combo_box, &iter))
{
GimpViewRenderer *renderer;