← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 202: fixed little bracket misplacemnt

 

------------------------------------------------------------
revno: 202
committer: Seif Lotfy <seif@xxxxxxxxx>
branch nick: bluebird
timestamp: Tue 2011-08-30 19:55:00 +0200
message:
  fixed little bracket misplacemnt
modified:
  src/notify.vala


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/notify.vala'
--- src/notify.vala	2011-08-30 17:28:58 +0000
+++ src/notify.vala	2011-08-30 17:55:00 +0000
@@ -123,9 +123,9 @@
                     for (int i=0; i<events.length; i++)
                     {
                         if (matches(events[i]) 
-                        {
                             && events[i].timestamp >= intersection_timerange.start
                             && events[i].timestamp <= intersection_timerange.end)
+                        {
                             matching_events.add(events[i]);
                         }
                     }