Reset the dirty bit after preferences are saved.

Bug: 48703
Change-Id: I5768c455324396d503646a4c803e9d512f47c0e1
This commit is contained in:
Santhosh Thottingal
2013-05-23 15:36:33 +05:30
parent bba4896df1
commit 170be2068e

View File

@@ -71,6 +71,8 @@
inputPreferences.set( 'ime', this.registry ); inputPreferences.set( 'ime', this.registry );
inputPreferences.save( callback ); inputPreferences.save( callback );
// reset the dirty bit
this.registry.isDirty = false;
}, },
load: function () { load: function () {