[empathy] Capitalize first letter of debug msg
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Capitalize first letter of debug msg
- Date: Fri, 27 Nov 2009 16:42:04 +0000 (UTC)
commit 865a820252f569238f53a5a401836a1925acd2f9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Nov 27 16:27:50 2009 +0000
Capitalize first letter of debug msg
src/empathy-call-window.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index bc42f33..6cd4375 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -741,7 +741,7 @@ disable_camera (EmpathyCallWindow *self)
if (priv->camera_state == CAMERA_STATE_OFF)
return;
- DEBUG ("disable camera");
+ DEBUG ("Disable camera");
display_video_preview (self, FALSE);
@@ -793,7 +793,7 @@ enable_preview (EmpathyCallWindow *self)
if (priv->camera_state == CAMERA_STATE_PREVIEW)
return;
- DEBUG ("enable preview");
+ DEBUG ("Enable preview");
if (priv->camera_state == CAMERA_STATE_ON)
/* preview is already displayed so we just have to stop sending */
@@ -846,7 +846,7 @@ enable_camera (EmpathyCallWindow *self)
if (priv->camera_state == CAMERA_STATE_ON)
return;
- DEBUG ("enable camera");
+ DEBUG ("Enable camera");
empathy_call_window_set_send_video (self, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]