[evolution/gnome-3-0] Bug 648317 - MeeGo shell looking for the wrong atom



commit eda1599271759c9fe298729a63c6f56d5cd9fccb
Author: Abner Silva <abnerf gmail com>
Date:   Wed Apr 20 23:04:43 2011 +0100

    Bug 648317 - MeeGo shell looking for the wrong atom
    
    Yet another s/MOBLIN/MEEGO/
    
    https://bugs.meego.com/show_bug.cgi?id=13756
    (cherry picked from commit a27e5eb99ec458993f631e5617483701a482f42d)

 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 51a2da9..2c95bef 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]