------------------------------------------------------------
revno: 202
committer: Seif Lotfy <s...@lotfy.com>
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]);
                         }
                     }

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to