Merge authors:
  Michal Hruby (mhr3)
------------------------------------------------------------
revno: 250 [merge]
committer: Seif Lotfy <s...@lotfy.com>
branch nick: bluebird
timestamp: Sat 2011-09-17 01:46:27 +0200
message:
  merged with trunk
modified:
  src/datamodel.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/datamodel.vala'
--- src/datamodel.vala	2011-09-16 22:43:03 +0000
+++ src/datamodel.vala	2011-09-16 23:46:27 +0000
@@ -381,6 +381,11 @@
                 // FIXME: somehow adding the payload_variant is not working
                 vb.add_value (payload_variant);
             }
+            else
+            {
+                vb.open (new VariantType ("ay"));
+                vb.close ();
+            }
 
             return vb.end ();
         }

_______________________________________________
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