diff options
author | Abner Silva <abnerf@gmail.com> | 2011-04-21 06:04:43 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:55 +0800 |
commit | d8296e9f45a1c7cf80f430d62da781bb5f30f441 (patch) | |
tree | a5615e2746fa67981268bdf64d6e526d98c77098 /shell | |
parent | 6504fef6f4f89bc0a1632135be0e0e11c954733c (diff) | |
download | gsoc2013-evolution-d8296e9f45a1c7cf80f430d62da781bb5f30f441.tar.gz 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.c | 2 |
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; |