summaryrefslogtreecommitdiffstats
path: root/bin/draknetprofile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-19 01:03:53 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 11:00:45 +0100
commite212db1cb2ebb5c62e47153d4c06ac929de4b032 (patch)
tree3171c53af456c7cc9788ed36137f60ce6e3200a1 /bin/draknetprofile
parent1af2a8e88a117ef799782d419394907cf5022f72 (diff)
downloaddrakx-net-e212db1cb2ebb5c62e47153d4c06ac929de4b032.tar
drakx-net-e212db1cb2ebb5c62e47153d4c06ac929de4b032.tar.gz
drakx-net-e212db1cb2ebb5c62e47153d4c06ac929de4b032.tar.bz2
drakx-net-e212db1cb2ebb5c62e47153d4c06ac929de4b032.tar.xz
drakx-net-e212db1cb2ebb5c62e47153d4c06ac929de4b032.zip
perlish action_area() => get_action_area()
Diffstat (limited to 'bin/draknetprofile')
-rwxr-xr-xbin/draknetprofile2
1 files changed, 1 insertions, 1 deletions
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 {