From e212db1cb2ebb5c62e47153d4c06ac929de4b032 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Nov 2013 01:03:53 +0100 Subject: perlish action_area() => get_action_area() --- bin/draknetprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/draknetprofile') diff --git a/bin/draknetprofile b/bin/draknetprofile index 3b8ec58..904979b 100755 --- a/bin/draknetprofile +++ b/bin/draknetprofile @@ -162,7 +162,7 @@ sub clone_profile() { Gtk3::WrappedLabel->new(N("Please specify the name of the new network profile to be created (e.g., work, home, roaming, ..). This new profile will be created based on current settings, and you'll be able to configure your system configuration as usual afterwards.")), $entry_dialog, ); - gtkpack($dialog->action_area, + gtkpack($dialog->get_action_area, gtksignal_connect(Gtk3::Button->new(N("Cancel")), clicked => sub { $dialog->destroy }), gtksignal_connect(my $bok = Gtk3::Button->new(N("Ok")), clicked => sub { -- cgit v1.2.1