SVN commit 1289163 by imalchow: add back ebn link, fix typo M +3 -0 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1289162:1289163 @@ -298,7 +298,10 @@ if ($this->name() == "Konversation") { $ebn = "extragear/network/konversation"; } + if ($this->name() == "Konsole") { + $ebn = "kde-4.x/kde-baseapps/konsole"; } + } return $ebn; }