------------------------------------------------------------
revno: 261
committer: Seif Lotfy <s...@lotfy.com>
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)

_______________________________________________
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