diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-19 00:51:47 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 11:00:44 +0100 |
commit | 4f652a8ed66a3c8cef89170f9845fbd1cc02296a (patch) | |
tree | 1583b64670afe8030376c6ffc3b2ffe445c49f28 /bin/draknetprofile | |
parent | 07388acc2571db56faf3298062c821a0041d7e6c (diff) | |
download | drakx-net-4f652a8ed66a3c8cef89170f9845fbd1cc02296a.tar drakx-net-4f652a8ed66a3c8cef89170f9845fbd1cc02296a.tar.gz drakx-net-4f652a8ed66a3c8cef89170f9845fbd1cc02296a.tar.bz2 drakx-net-4f652a8ed66a3c8cef89170f9845fbd1cc02296a.tar.xz drakx-net-4f652a8ed66a3c8cef89170f9845fbd1cc02296a.zip |
perlish $dialog->vbox => $dialog->get_child
Diffstat (limited to 'bin/draknetprofile')
-rwxr-xr-x | bin/draknetprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/draknetprofile b/bin/draknetprofile index 4df4330..d394b28 100755 --- a/bin/draknetprofile +++ b/bin/draknetprofile @@ -158,7 +158,7 @@ sub clone_profile() { #my $source_profile = get_selected_profile(); my $dialog = _create_dialog(N("New profile...")); my $entry_dialog = Gtk3::Entry->new; - gtkpack($dialog->vbox, + gtkpack($dialog->get_child, 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, ); |