diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-02 14:42:02 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-02 14:42:02 +0800 |
commit | e79c65ce1590d46a2f441cfe6da18703fbc9bca3 (patch) | |
tree | e026d43b78a4c97bc983a8a7868fb4f67462849e | |
parent | 5a3c7c7e055c942e856b3658b275ec6871b5229f (diff) | |
download | gsoc2013-evolution-e79c65ce1590d46a2f441cfe6da18703fbc9bca3.tar.gz gsoc2013-evolution-e79c65ce1590d46a2f441cfe6da18703fbc9bca3.tar.zst gsoc2013-evolution-e79c65ce1590d46a2f441cfe6da18703fbc9bca3.zip |
Use _DAWATI to detect if its Tizen/MeeGo.
-rw-r--r-- | shell/e-shell-meego.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-meego.c b/shell/e-shell-meego.c index 1f1e3ee25e..e339a1ff0d 100644 --- a/shell/e-shell-meego.c +++ b/shell/e-shell-meego.c @@ -74,7 +74,7 @@ e_shell_detect_meego (gboolean *is_meego, return; wm_win = gdk_atom_intern ("_NET_SUPPORTING_WM_CHECK", TRUE); - mob_atom = gdk_atom_intern ("_MEEGO", TRUE); + mob_atom = gdk_atom_intern ("_DAWATI", TRUE); if (!wm_win || !mob_atom) return; |