[california] Don't put quick add user string in event description: Bug #732028
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [california] Don't put quick add user string in event description: Bug #732028
- Date: Mon, 23 Jun 2014 20:54:44 +0000 (UTC)
commit 1b56b770a03cfd7f428d51939690f779f51a79e8
Author: Jim Nelson <jim yorba org>
Date: Mon Jun 23 13:52:51 2014 -0700
Don't put quick add user string in event description: Bug #732028
src/component/component-details-parser.vala | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/component/component-details-parser.vala b/src/component/component-details-parser.vala
index 6a25eac..fc784f4 100644
--- a/src/component/component-details-parser.vala
+++ b/src/component/component-details-parser.vala
@@ -247,12 +247,6 @@ public class DetailsParser : BaseObject {
if (!String.is_empty(location.str))
event.location = location.str;
-
- // store full detail text in the event description for user and for debugging
- if (String.is_empty(event.description))
- event.description = details;
- else
- event.description += "\n" + details;
}
private bool parse_time(Token? specifier, bool strict) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]