← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 262: prohibit the datamodel from assiging the current_uri if not set

 

------------------------------------------------------------
revno: 262
committer: Seif Lotfy <seif@xxxxxxxxx>
branch nick: bluebird
timestamp: Sun 2011-09-18 14:07:35 +0200
message:
  prohibit the datamodel from assiging the current_uri if not set
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 23:46:27 +0000
+++ src/datamodel.vala	2011-09-18 12:07:35 +0000
@@ -541,7 +541,7 @@
             if (subject_props >= 8)
                 current_uri = iter.next_value().get_string ();
             else
-                current_uri = uri;
+                current_uri = "";
         }
 
         public Variant to_variant ()