summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/draknetprofile2
-rwxr-xr-xold/drakconnect-old4
2 files changed, 3 insertions, 3 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 {
diff --git a/old/drakconnect-old b/old/drakconnect-old
index 2594418..80c3ee8 100755
--- a/old/drakconnect-old
+++ b/old/drakconnect-old
@@ -176,7 +176,7 @@ sub configure_lan() {
if (@all_cards < 1) {
$window->get_child->add(Gtk3::Label->new(N("You do not have any configured interface.
Configure them first by clicking on 'Configure'")));
- gtkpack(gtkset_layout($window->action_area, 'end'),
+ gtkpack(gtkset_layout($window->get_action_area, 'end'),
gtksignal_connect(Gtk3::Button->new(N("Ok")),
clicked => sub { Gtk3->main_quit })
);
@@ -261,7 +261,7 @@ Configure them first by clicking on 'Configure'")));
Gtk3->main_quit;
};
- gtkpack($window->action_area,
+ gtkpack($window->get_action_area,
gtksignal_connect(Gtk3::Button->new(N("Cancel")),
clicked => $exit_dialogsub),
gtksignal_connect(Gtk3::Button->new(N("Ok")), clicked => sub {