[gnome-shell] Add a missing colon



commit 5666fdefce27ff10d75ee5c5f2e485a516b3658c
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date:   Fri Jan 28 13:31:16 2011 -0500

    Add a missing colon
    
    Fixes a syntax error.

 js/ui/messageTray.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index 1146458..c3eb706 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -49,7 +49,7 @@ const State = {
 const NotificationDestroyedReason = {
     EXPIRED: 1,
     DISMISSED: 2,
-    SOURCE_CLOSED 3
+    SOURCE_CLOSED: 3
 };
 
 // Message tray has its custom Urgency enumeration. LOW, NORMAL and CRITICAL



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