aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/e-shell-meego.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-meego.c b/shell/e-shell-meego.c
index 51a2da9cf1..2c95bef060 100644
--- a/shell/e-shell-meego.c
+++ b/shell/e-shell-meego.c
@@ -71,7 +71,7 @@ e_shell_detect_meego (gboolean *is_meego,
return;
wm_win = gdk_atom_intern ("_NET_SUPPORTING_WM_CHECK", TRUE);
- mob_atom = gdk_atom_intern ("_MOBLIN", TRUE);
+ mob_atom = gdk_atom_intern ("_MEEGO", TRUE);
if (!wm_win || !mob_atom)
return;