diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-18 01:41:34 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 11:00:41 +0100 |
commit | 31f5f934a335a0fe639ec7925225d2731bec12b3 (patch) | |
tree | d78e604a4e47762fd4747d87fb6f33e4d0452f84 | |
parent | f31c690d986feae5efe8a90ce54a4f0de8aad584 (diff) | |
download | drakx-net-31f5f934a335a0fe639ec7925225d2731bec12b3.tar drakx-net-31f5f934a335a0fe639ec7925225d2731bec12b3.tar.gz drakx-net-31f5f934a335a0fe639ec7925225d2731bec12b3.tar.bz2 drakx-net-31f5f934a335a0fe639ec7925225d2731bec12b3.tar.xz drakx-net-31f5f934a335a0fe639ec7925225d2731bec12b3.zip |
perlish can_default() is no more: use set_/get_can_default() instead
-rwxr-xr-x | bin/draknetprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/draknetprofile b/bin/draknetprofile index d2e5cce..65faa7f 100755 --- a/bin/draknetprofile +++ b/bin/draknetprofile @@ -179,7 +179,7 @@ sub clone_profile() { info_dialog(N("New profile created"), N("You are now using network profile %s. You can configure your system as usual, and all your network settings from now on will be saved into this profile.", $dest_profile)); }), ); - $bok->can_default(1); + $bok->set_can_default(1); $bok->grab_default; $dialog->show_all; } |