From d8296e9f45a1c7cf80f430d62da781bb5f30f441 Mon Sep 17 00:00:00 2001 From: Abner Silva Date: Wed, 20 Apr 2011 23:04:43 +0100 Subject: Bug 648317 - MeeGo shell looking for the wrong atom Yet another s/MOBLIN/MEEGO/ https://bugs.meego.com/show_bug.cgi?id=13756 --- shell/e-shell-meego.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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; -- cgit v1.2.3