aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAbner Silva <abnerf@gmail.com>2011-04-21 06:04:43 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:55 +0800
commitd8296e9f45a1c7cf80f430d62da781bb5f30f441 (patch)
treea5615e2746fa67981268bdf64d6e526d98c77098 /shell
parent6504fef6f4f89bc0a1632135be0e0e11c954733c (diff)
downloadgsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar
gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar.gz
gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar.bz2
gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar.lz
gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar.xz
gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar.zst
gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.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;