[polari] notify: Fix typo
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] notify: Fix typo
- Date: Fri, 25 Oct 2013 10:05:01 +0000 (UTC)
commit 1fa1af9a731ddb4c2fdf59081932699ce2b04084
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Oct 25 11:48:43 2013 +0200
notify: Fix typo
src/notify.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/notify.js b/src/notify.js
index c88a78b..7ae2d8d 100644
--- a/src/notify.js
+++ b/src/notify.js
@@ -49,7 +49,7 @@ const Notification = new Lang.Class({
'/org/freedesktop/Notifications');
this._closedId = _proxy.connectSignal('NotificationClosed',
Lang.bind(this, this._onClosed));
- this._actionInvokedId = _proxy.connectSignal('ActionInoked',
+ this._actionInvokedId = _proxy.connectSignal('ActionInvoked',
Lang.bind(this, this._onActionInvoked));
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]