[empathy] Add missing ;
- From: Luca Ferretti <lferrett src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Add missing ;
- Date: Fri, 28 Aug 2009 12:38:35 +0000 (UTC)
commit a6244374ab84c026e99c0b6386a5281a6746308e
Author: Luca Ferretti <elle uca libero it>
Date: Fri Aug 28 14:38:23 2009 +0200
Add missing ;
src/empathy-account-assistant.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index 6837673..54fe684 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -123,7 +123,7 @@ account_assistant_build_error_page (EmpathyAccountAssistant *self,
priv->first_resp == RESPONSE_CREATE_ACCOUNT)
message = _("There has been an error while creating the account.");
else
- message = _("There has been an error.")
+ message = _("There has been an error.");
w = gtk_label_new (message);
gtk_box_pack_start (GTK_BOX (hbox), w, FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]