aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Module/Hosts.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-01-01 16:41:57 +0100
committerAngelo Naselli <anaselli@linux.it>2016-01-01 16:41:57 +0100
commitbd52d8fa9689c8e8dd164618bfe489a003037866 (patch)
tree5d64501af64676d16b1c8bd7176b5457f14da19e /lib/ManaTools/Module/Hosts.pm
parent6a54e267dd03c20d8c8229929037a2cd0853a6a5 (diff)
downloadmanatools-bd52d8fa9689c8e8dd164618bfe489a003037866.tar
manatools-bd52d8fa9689c8e8dd164618bfe489a003037866.tar.gz
manatools-bd52d8fa9689c8e8dd164618bfe489a003037866.tar.bz2
manatools-bd52d8fa9689c8e8dd164618bfe489a003037866.tar.xz
manatools-bd52d8fa9689c8e8dd164618bfe489a003037866.zip
Restored Icon and Title behaviour or they were missed in mpan,
using Shared::GUI::Dialog solves this problem
Diffstat (limited to 'lib/ManaTools/Module/Hosts.pm')
-rw-r--r--lib/ManaTools/Module/Hosts.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ManaTools/Module/Hosts.pm b/lib/ManaTools/Module/Hosts.pm
index 47a2bc1d..131542ee 100644
--- a/lib/ManaTools/Module/Hosts.pm
+++ b/lib/ManaTools/Module/Hosts.pm
@@ -399,6 +399,11 @@ sub _manageHostsDialog {
my $factory = yui::YUI::widgetFactory;
my $optional = yui::YUI::optionalWidgetFactory;
+## TODO remove title and icon when using Shared::Module::GUI::Dialog
+ ## set new title to get it in dialog
+ yui::YUI::app()->setApplicationTitle($self->name());
+ ## set icon if not already set by external launcher
+ yui::YUI::app()->setApplicationIcon($self->icon());
$self->dialog($factory->createMainDialog());
my $layout = $factory->createVBox($self->dialog);