From d41449068bc0df24cf199b02540343a4dc6ec93c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 15 Jun 2004 15:30:26 +0000 Subject: rename is_same_part to are_same_partitions (not that much clear, but at least a little) --- perl-install/diskdrake/hd_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake/hd_gtk.pm') diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index c6ae7b4e4..197bbf1d9 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -295,7 +295,7 @@ sub create_buttons4partitions { $w->set_name("PART_" . type2name($entry->{type})); $w->set_size_request($entry->{size} * $ratio + $minwidth, 0); gtkpack__($kind->{display_box}, $w); - $w->grab_focus if $current_entry && fsedit::is_same_part($current_entry, $entry); + $w->grab_focus if $current_entry && fsedit::are_same_partitions($current_entry, $entry); } } -- cgit v1.2.1