From 0f769bdd74f0d06553642f36e019748178fcc803 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 02:59:31 +0100 Subject: Dialog->set_has_separator() no more exists in Gtk3 --- perl-install/standalone/drakperm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 4e61bae1d..fa69be838 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -360,8 +360,6 @@ sub row_setting_dialog { $perms{gid}->set_active($s_right{write}); $perms{suid}->set_active($s_right{read}); - $dlg->set_has_separator(0); - gtkadd($dlg->get_action_area, create_okcancel(my $w = { -- cgit v1.2.1