comparison finch/libgnt/gntbindable.c @ 17934:d7cd0afd3c36

FIX: The help_window pointer wasn't being set to null properly in the destroy callback.
author Eric Polino <aluink@pidgin.im>
date Tue, 12 Jun 2007 13:54:04 +0000
parents 15988e2bd270
children d5a0b09470ee
comparison
equal deleted inserted replaced
17933:c918d59d5936 17934:d7cd0afd3c36
458 458
459 return tree; 459 return tree;
460 } 460 }
461 461
462 static void 462 static void
463 reset_binding_window(GntBindableClass *klass) 463 reset_binding_window(GntBindableClass *window, gpointer k)
464 { 464 {
465 GntBindableClass *klass = GNT_BINDABLE_CLASS(k);
465 klass->help_window = NULL; 466 klass->help_window = NULL;
466 } 467 }
467 468
468 gboolean 469 gboolean
469 gnt_bindable_build_help_window(GntBindable *bindable) 470 gnt_bindable_build_help_window(GntBindable *bindable)