[gnome-shell] statusIconDispatcher: fix trailing comma
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] statusIconDispatcher: fix trailing comma
- Date: Sat, 26 Mar 2011 01:25:27 +0000 (UTC)
commit 7b997e9374e7d5d6a78f2ea00e653bed05e730d0
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Fri Mar 25 21:24:11 2011 -0400
statusIconDispatcher: fix trailing comma
Fix a trailing comma in object initializer introduced in
the last patch.
js/ui/statusIconDispatcher.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js
index de1c4bf..8b69e7d 100644
--- a/js/ui/statusIconDispatcher.js
+++ b/js/ui/statusIconDispatcher.js
@@ -20,7 +20,7 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
'kbd-scrolllock': 'keyboard',
'kbd-numlock': 'keyboard',
'kbd-capslock': 'keyboard',
- 'ibus-ui-gtk': 'input-method',
+ 'ibus-ui-gtk': 'input-method'
};
function StatusIconDispatcher() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]