aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAbner Silva <abnerf@gmail.com>2011-04-21 06:04:43 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-04-21 06:07:10 +0800
commita27e5eb99ec458993f631e5617483701a482f42d (patch)
tree06fa3155806a249b1fd09755b397c9558a14dd63 /shell
parent644279aeed67b634f3adcc8b2a367f06cae14226 (diff)
downloadgsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.tar
gsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.tar.gz
gsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.tar.bz2
gsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.tar.lz
gsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.tar.xz
gsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.tar.zst
gsoc2013-evolution-a27e5eb99ec458993f631e5617483701a482f42d.zip
Bug 648317 - MeeGo shell looking for the wrong atom
Yet another s/MOBLIN/MEEGO/ https://bugs.meego.com/show_bug.cgi?id=13756
Diffstat (limited to 'shell')
-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;