[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] remove NOTIFICATION_SET(SPD_RESUME, "pause") from libspeech
From: |
Andrei Kholodnyi |
Subject: |
[PATCH 1/1] remove NOTIFICATION_SET(SPD_RESUME, "pause") from libspeechd |
Date: |
Sat, 25 Sep 2010 23:56:30 +0200 |
resume notification was wrongly set to pause, it is removed
---
src/api/c/libspeechd.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/api/c/libspeechd.c b/src/api/c/libspeechd.c
index 3c1964c..53247ba 100644
--- a/src/api/c/libspeechd.c
+++ b/src/api/c/libspeechd.c
@@ -1064,7 +1064,6 @@ spd_set_notification(SPDConnection *connection,
SPDNotification notification, co
NOTIFICATION_SET(SPD_CANCEL, "cancel");
NOTIFICATION_SET(SPD_PAUSE, "pause");
NOTIFICATION_SET(SPD_RESUME, "resume");
- NOTIFICATION_SET(SPD_RESUME, "pause");
pthread_mutex_unlock(connection->ssip_mutex);
--
1.6.0.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 1/1] remove NOTIFICATION_SET(SPD_RESUME, "pause") from libspeechd,
Andrei Kholodnyi <=