Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621,
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkclist.c (adjust_adjustments): Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621, Charles Kerr)
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (adjust_adjustments): Fix typo with
|
||||
hadjustment/vadjustment introduce prior to 2.0.0.
|
||||
(#84621, Charles Kerr)
|
||||
|
||||
Tue Dec 10 12:40:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenuitem.c, gtk/gtkstyle.c, gtk/gtkrc.c: new default
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (adjust_adjustments): Fix typo with
|
||||
hadjustment/vadjustment introduce prior to 2.0.0.
|
||||
(#84621, Charles Kerr)
|
||||
|
||||
Tue Dec 10 12:40:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenuitem.c, gtk/gtkstyle.c, gtk/gtkrc.c: new default
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (adjust_adjustments): Fix typo with
|
||||
hadjustment/vadjustment introduce prior to 2.0.0.
|
||||
(#84621, Charles Kerr)
|
||||
|
||||
Tue Dec 10 12:40:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenuitem.c, gtk/gtkstyle.c, gtk/gtkrc.c: new default
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (adjust_adjustments): Fix typo with
|
||||
hadjustment/vadjustment introduce prior to 2.0.0.
|
||||
(#84621, Charles Kerr)
|
||||
|
||||
Tue Dec 10 12:40:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenuitem.c, gtk/gtkstyle.c, gtk/gtkrc.c: new default
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (adjust_adjustments): Fix typo with
|
||||
hadjustment/vadjustment introduce prior to 2.0.0.
|
||||
(#84621, Charles Kerr)
|
||||
|
||||
Tue Dec 10 12:40:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenuitem.c, gtk/gtkstyle.c, gtk/gtkrc.c: new default
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
Tue Dec 10 12:57:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkclist.c (adjust_adjustments): Fix typo with
|
||||
hadjustment/vadjustment introduce prior to 2.0.0.
|
||||
(#84621, Charles Kerr)
|
||||
|
||||
Tue Dec 10 12:40:30 2002 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtkmenuitem.c, gtk/gtkstyle.c, gtk/gtkrc.c: new default
|
||||
|
||||
@ -6067,9 +6067,9 @@ adjust_adjustments (GtkCList *clist,
|
||||
{
|
||||
clist->hadjustment->page_size = clist->clist_window_width;
|
||||
clist->hadjustment->step_increment = 10;
|
||||
clist->vadjustment->page_increment =
|
||||
MAX (clist->vadjustment->page_size - clist->vadjustment->step_increment,
|
||||
clist->vadjustment->page_size / 2);
|
||||
clist->hadjustment->page_increment =
|
||||
MAX (clist->hadjustment->page_size - clist->hadjustment->step_increment,
|
||||
clist->hadjustment->page_size / 2);
|
||||
clist->hadjustment->lower = 0;
|
||||
clist->hadjustment->upper = LIST_WIDTH (clist);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user