Skip to content

Commit

Permalink
Merge branch 'master' of github.com:appcelerator/titanium_desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan DuBoff committed Oct 18, 2011
2 parents 3ff6727 + 2dc2533 commit 48958eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion kroll
Submodule kroll updated from 769519 to a783b7
3 changes: 3 additions & 0 deletions modules/ti.App/Properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ void Properties::RemoveProperty(const ValueList& args, KValueRef result)
{
args.VerifyException("removeProperty", "s");
result->SetBool(config->removeProperty(args.GetString(0)));
if (result) {
this->SaveConfig();
}
}

void Properties::ListProperties(const ValueList& args, KValueRef result)
Expand Down
11 changes: 0 additions & 11 deletions modules/ti.UI/mac/WebViewDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ -(void)setupPreferences

[[window webView] setPreferences:webPrefs];
[webPrefs release];


// Store Web databases in our data directory.
// XXX(josh): does this work?
NSString* datadir = [NSString stringWithUTF8String:
Host::GetInstance()->GetApplication()->GetDataPath().c_str()];
NSUserDefaults* standardUserDefaults = [NSUserDefaults standardUserDefaults];
[standardUserDefaults
setObject:datadir
forKey:@"WebDatabaseDirectory"];
[standardUserDefaults synchronize];
}

-(id)initWithWindow:(NativeWindow*)inWindow
Expand Down

0 comments on commit 48958eb

Please sign in to comment.