[bug] serious typo in gtk_text_set_adjustments
- From: Marius Vollmer <mvo zagadka ping de>
- To: gtk-list redhat com
- Subject: [bug] serious typo in gtk_text_set_adjustments
- Date: 15 Sep 1997 20:30:55 +0200
Hi,
there is a typo in gtk_text_set_adjustments. It bumps the ref count
of the hadj twice.
Around gtktext.c:459
if (text->vadj != vadj)
{
text->vadj = vadj;
gtk_object_ref (GTK_OBJECT (text->hadj));
^^^
gtk_signal_connect (GTK_OBJECT (text->vadj), "changed",
(GtkSignalFunc) gtk_text_adjustment,
text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]