gtk_toolbar_prepend_widget() fix
- From: Brett Hall <swizin rain org>
- To: gtk devel list <gtk-devel-list gnome org>
- Subject: gtk_toolbar_prepend_widget() fix
- Date: Mon, 05 Jun 2000 18:24:05 -0700
Hi-
gtk_toolbar_prepend _widget() wasn't prepending widgets (it was
appending them). Attached is a patch to gtktoolbar.c to fix it.
Hopefully this is the right place to send this, if not let me know where
it should go.
-brett
*** gtktoolbar.c.old Thu Jun 1 18:17:14 2000
--- gtktoolbar.c Thu Jun 1 18:17:25 2000
***************
*** 841,847 ****
widget, NULL,
tooltip_text, tooltip_private_text,
NULL, NULL, NULL,
! toolbar->num_children);
}
void
--- 841,847 ----
widget, NULL,
tooltip_text, tooltip_private_text,
NULL, NULL, NULL,
! 0);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]