Revision: 1693
          http://svn.sourceforge.net/vexi/?rev=1693&view=rev
Author:   mkpg2
Date:     2007-02-24 23:33:04 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
Small fixes

Modified Paths:
--------------
    
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/bpview/bpview.t
    
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/srcview/tabbedtext.t

Modified: 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/bpview/bpview.t
===================================================================
--- 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/bpview/bpview.t   
    2007-02-24 18:56:15 UTC (rev 1692)
+++ 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/bpview/bpview.t   
    2007-02-25 07:33:04 UTC (rev 1693)
@@ -15,7 +15,7 @@
 
 
     var addItem = function(srcName,ln){
-      var item = db.bps.bp(vexi.box);
+      var item = db.bpview.bp(vexi.box);
       item.srcName = srcName;
       item.ln = ln;
       $content[$content.numchildren] = item;

Modified: 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/srcview/tabbedtext.t
===================================================================
--- 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/srcview/tabbedtext.t
  2007-02-24 18:56:15 UTC (rev 1692)
+++ 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/srcview/tabbedtext.t
  2007-02-25 07:33:04 UTC (rev 1693)
@@ -46,7 +46,7 @@
                 //vexi.log.info("v: " + v);
                 //vexi.log.info("strs.length: " + strs.length);
                
-                addWord(strs[0]);
+                if(strs.length>=1) addWord(strs[0]);
                 for(var i=1; strs.length>i; i++){
                     addTab();
                     addWord(strs[i]);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to