diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-04-15 22:25:28 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-04-15 22:25:28 +0000 |
commit | c376385ec86eecb788f0f5f94148a680c1ff4f20 (patch) | |
tree | afa8e8a614b8d42afa5fe0f2b51ce34ab72e5292 /src/appointment.cpp | |
parent | df8bb67ba823f683fabe0564b1c7249a33614090 (diff) | |
parent | 61af48e621e774b774f9c7f61e8a972ab8201f15 (diff) | |
download | ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.tar.gz ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.tar.bz2 ayatana-indicator-datetime-c376385ec86eecb788f0f5f94148a680c1ff4f20.zip |
If there's a large batch of EDS events coming in, try to wait until the event storm has passed before running our requery. Fixes: 1306112
Diffstat (limited to 'src/appointment.cpp')
-rw-r--r-- | src/appointment.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/appointment.cpp b/src/appointment.cpp index 6e742c3..98cc062 100644 --- a/src/appointment.cpp +++ b/src/appointment.cpp @@ -33,7 +33,6 @@ bool Appointment::operator==(const Appointment& that) const && (summary==that.summary) && (url==that.url) && (uid==that.uid) - && (is_event==that.is_event) && (has_alarms==that.has_alarms) && (begin==that.begin) && (end==that.end); |