Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix time zone setting reset after sleep/restart #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

omer-musa-battal
Copy link

Fixes #7 . TIMEZONE data type was string, but the _loadSettings method was tying to get its value through get_double method, hence was not loading it.
Also, TIME_FORAMT_12 is corrected to TIME_FORMAT_12 in all files. This was just a spelling correction, nothing more.

Fixes the time zone setting getting reset after gnome shell restarts. TIMEZONE data type was string, but the _loadSettings method was tying to get its value through get_double method, hence was not loading it.
Also, TIME_FORAMT_12 is corrected to TIME_FORMAT_12. This change has to be done in prefs.js and prefs_keys.js as well.
Correct spelling from TIME_FORAMT_12 to TIME_FORMAT_12.
Correct spelling from TIME_FORAMT_12 to TIME_FORMAT_12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Time zone setting gets reset after sleep/restart
1 participant