Fair enough, that was what I assumed. I made the mistake because I did a recursive grep and chose the first one that looked right. While this was just a hasty error (should have RTFM), but I wonder if we couldn't name the one in CDVViewController "defaultStartPage" or something?
I'll file a low priority issue and assign to myself. Thanks, -Michal On Wed, Nov 21, 2012 at 3:44 PM, Shazron <shaz...@gmail.com> wrote: > The one in CDVViewController just sets the defaults if the dev didn't set > the properties to custom ones. To set the startPage, a dev would only set > it in the AppDelegate > > > On Wed, Nov 21, 2012 at 11:56 AM, Michal Mocny <mmo...@google.com> wrote: > >> CordovaLib/Classes/CDVViewController.m:78 >> and >> Generic/Classes/AppDelegate.m:72 >> >> Both line set startPage but the one in AppDelegate seems to happen >> afterwards and so trumps. >> >> What is the reason for having both? I just made the mistake of >> changing the wrong one. >> >> -Michal >>