diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-05-03 23:06:22 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-05-03 23:06:22 +0200 |
commit | fe4bc9a307f8a1c3c5e2193f0941e10290705651 (patch) | |
tree | 3bbc6b2e3341302556f22c4fc3530b4963cf4d47 /scripts/manadm | |
parent | 244c8e8f374c2bbbcbd6ee8b5b6d6abe6afd05dd (diff) | |
download | colin-keep-fe4bc9a307f8a1c3c5e2193f0941e10290705651.tar colin-keep-fe4bc9a307f8a1c3c5e2193f0941e10290705651.tar.gz colin-keep-fe4bc9a307f8a1c3c5e2193f0941e10290705651.tar.bz2 colin-keep-fe4bc9a307f8a1c3c5e2193f0941e10290705651.tar.xz colin-keep-fe4bc9a307f8a1c3c5e2193f0941e10290705651.zip |
Useless setTitle, moved to module implementation
Diffstat (limited to 'scripts/manadm')
-rwxr-xr-x | scripts/manadm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/manadm b/scripts/manadm index 2cd1997..2f5fbe5 100755 --- a/scripts/manadm +++ b/scripts/manadm @@ -34,7 +34,6 @@ my $loc = ManaTools::Shared::Locales->new( my $wm_name = $loc->N("Display Manager"); -yui::YUI::app()->setApplicationTitle($wm_name); my $dmanager = ManaTools::Module::DisplayManager->new({ name => $wm_name, |