← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 261: added missing ;

 

------------------------------------------------------------
revno: 261
committer: Seif Lotfy <seif@xxxxxxxxx>
branch nick: bluebird
timestamp: Sat 2011-09-17 23:28:51 +0200
message:
  added missing ;
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-09-17 21:28:27 +0000
+++ src/notify.vala	2011-09-17 21:28:51 +0000
@@ -187,7 +187,7 @@
             
             if (connections.lookup (peer) != null)
             {
-                var paths = connections.lookup (peer)
+                var paths = connections.lookup (peer);
                 for (int i = 0; i < paths.length; i++)
                 {
                     if (paths[i] == object_path)