------------------------------------------------------------
revno: 248
committer: Michal Hruby <[email protected]>
branch nick: bluebird
timestamp: Sat 2011-09-17 00:45:03 +0200
message:
Now it should be good
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:38:49 +0000
+++ src/datamodel.vala 2011-09-16 22:45:03 +0000
@@ -380,6 +380,11 @@
new VariantType ("ay"), payload.data, false, payload);
vb.add_value (payload_variant);
}
+ else
+ {
+ vb.open (new VariantType ("ay"));
+ vb.close ();
+ }
return vb.end ();
}
_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zeitgeist
More help : https://help.launchpad.net/ListHelp