summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-10-15 19:31:06 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-10-15 19:31:06 +0000
commit202e0c2d5af7d9e904d7b5a2f423ca1574b3b938 (patch)
tree5b04f08d3669e234f239504bc5d37b8088cc3a22 /perl-install/diskdrake/hd_gtk.pm
parent33b710f83c1fe9e2e641383a22e48e1407dd47bb (diff)
downloaddrakx-backup-do-not-use-202e0c2d5af7d9e904d7b5a2f423ca1574b3b938.tar
drakx-backup-do-not-use-202e0c2d5af7d9e904d7b5a2f423ca1574b3b938.tar.gz
drakx-backup-do-not-use-202e0c2d5af7d9e904d7b5a2f423ca1574b3b938.tar.bz2
drakx-backup-do-not-use-202e0c2d5af7d9e904d7b5a2f423ca1574b3b938.tar.xz
drakx-backup-do-not-use-202e0c2d5af7d9e904d7b5a2f423ca1574b3b938.zip
resize disk graphical description when resizing diskdrake
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 5306fc6fa..6848e2b5b 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -348,7 +348,7 @@ sub create_buttons4partitions {
$entry->{fs_type} && member($entry->{fs_type}, @colorized_fs_types) ? $entry->{fs_type} :
'other'));
$w->set_size_request($entry->{size} * $ratio + $minwidth, 0);
- gtkpack__($kind->{display_box}, $w);
+ gtkpack($kind->{display_box}, $w);
if ($current_entry && fsedit::are_same_partitions($current_entry, $entry)) {
$set_current_button->($w);
$w->grab_focus;