[gnome-settings-daemon] power: Fix syntax error in previous commit
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] power: Fix syntax error in previous commit
- Date: Tue, 10 Jul 2012 14:25:44 +0000 (UTC)
commit 3c246aa32e4b8fd1a6c8a7f2406eb7dd9c60230c
Author: Colin Walters <walters verbum org>
Date: Tue Jul 10 10:25:05 2012 -0400
power: Fix syntax error in previous commit
plugins/power/gsd-power-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/power/gsd-power-manager.c b/plugins/power/gsd-power-manager.c
index ed5e56d..82127f7 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -1544,7 +1544,7 @@ engine_charge_critical (GsdPowerManager *manager, UpDevice *device)
/* TRANSLATORS: the UPS is very low */
title = _("UPS critically low");
tmp = gpm_get_timestring (time_to_empty);
- remaining_text = g_strconcat ("<b>", tmp", </b>", NULL);
+ remaining_text = g_strconcat ("<b>", tmp, "</b>", NULL);
g_free (tmp);
/* TRANSLATORS: give the user a ultimatum */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]