~indicator-applet-developers/indicator-datetime/trunk.14.10

« back to all changes in this revision

Viewing changes to src/appointment.cpp

Fix appointment comparison function to include the audio_url field in its test. Fixes: 1364949
Approved by: Antti Kaijanmäki

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    return (color==that.color)
33
33
        && (summary==that.summary)
34
34
        && (url==that.url)
 
35
        && (audio_url==that.audio_url)
35
36
        && (uid==that.uid)
36
37
        && (has_alarms==that.has_alarms)
37
38
        && (begin==that.begin)