ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/gamelist.pl
(Generate patch)

Comparing kgsueme/kgsueme/gamelist.pl (file contents):
Revision 1.4 by pcg, Sat May 31 16:41:36 2003 UTC vs.
Revision 1.5 by pcg, Sat May 31 16:48:56 2003 UTC

86 $column->set(sizing => 'grow-only'); 86 $column->set(sizing => 'grow-only');
87 $self->{view2}->append_column ($column); 87 $self->{view2}->append_column ($column);
88 88
89 push @{$self->{rlcolumns}}, my $column = 89 push @{$self->{rlcolumns}}, my $column =
90 Gtk2::TreeViewColumn->new_with_attributes ("Mv", $gtk::int_renderer, text => 9); 90 Gtk2::TreeViewColumn->new_with_attributes ("Mv", $gtk::int_renderer, text => 9);
91 $column->set_sort_column_id(7); 91 $column->set_sort_column_id(9);
92 $column->set(sizing => 'grow-only'); 92 $column->set(sizing => 'grow-only');
93 $self->{view2}->append_column ($column); 93 $self->{view2}->append_column ($column);
94 94
95 push @{$self->{rlcolumns}}, my $column = 95 push @{$self->{rlcolumns}}, my $column =
96 Gtk2::TreeViewColumn->new_with_attributes ("Ob", $gtk::int_renderer, text => 10); 96 Gtk2::TreeViewColumn->new_with_attributes ("Ob", $gtk::int_renderer, text => 10);
97 $column->set_sort_column_id(8); 97 $column->set_sort_column_id(10);
98 $column->set(sizing => 'grow-only'); 98 $column->set(sizing => 'grow-only');
99 $self->{view2}->append_column ($column); 99 $self->{view2}->append_column ($column);
100 100
101 push @{$self->{rlcolumns}}, my $column = 101 push @{$self->{rlcolumns}}, my $column =
102 Gtk2::TreeViewColumn->new_with_attributes ("Info", $gtk::text_renderer, text => 11); 102 Gtk2::TreeViewColumn->new_with_attributes ("Info", $gtk::text_renderer, text => 11);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines