Module: nagvis Branch: nagvis-1.4 Commit: 1ae49b161a09fd8be0fc20dae59a4ebad1e28523 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=1ae49b161a09fd8be0fc20dae59a4ebad1e28523
Author: Lars Michelsen <[email protected]> Date: Mon Oct 19 18:22:20 2009 +0200 #146 The automap root is now being recognized again --- nagvis/nagvis/includes/classes/NagVisAutoMap.php | 2 +- .../includes/locale/en_US/LC_MESSAGES/nagvis.mo | Bin 23441 -> 23441 bytes 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nagvis/docs/en_US/changelog.html b/nagvis/docs/en_US/changelog.html old mode 100755 new mode 100644 diff --git a/nagvis/nagvis/includes/classes/NagVisAutoMap.php b/nagvis/nagvis/includes/classes/NagVisAutoMap.php index 58b9bfb..92baed4 100644 --- a/nagvis/nagvis/includes/classes/NagVisAutoMap.php +++ b/nagvis/nagvis/includes/classes/NagVisAutoMap.php @@ -213,7 +213,7 @@ class NagVisAutoMap extends GlobalMap { $str .= 'dpi="72", '; //ratio: expand, auto, fill, compress $str .= 'ratio="fill", '; - $str .= 'root="'.$this->rootObject->getType().'_'.$this->rootObject->getName().'", '; + $str .= 'root="'.$this->rootObject->getType().'_'.$this->rootObject->getObjectId().'", '; /* Directed (dot) only */ if($this->renderMode == 'directed') { diff --git a/nagvis/nagvis/includes/locale/en_US/LC_MESSAGES/nagvis.mo b/nagvis/nagvis/includes/locale/en_US/LC_MESSAGES/nagvis.mo old mode 100755 new mode 100644 diff --git a/nagvis/nagvis/includes/locale/en_US/LC_MESSAGES/nagvis.po b/nagvis/nagvis/includes/locale/en_US/LC_MESSAGES/nagvis.po old mode 100755 new mode 100644 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
