~develop7/synapse-project/ssh-plugin-proper-wildcards-and-dupes-handling

« back to all changes in this revision

Viewing changes to src/core/volume-service.vala

  • Committer: Michal Hruby
  • Date: 2012-10-14 23:34:33 UTC
  • Revision ID: michal.mhr@gmail.com-20121014233433-3qjs7vu4j5lr8gx9
Bump vala requirement to 0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
      });
60
60
      vm.volume_removed.connect ((volume) =>
61
61
      {
62
 
        volumes.remove (volume);
 
62
        volumes.unset (volume);
63
63
      });
64
64
      vm.mount_added.connect ((mount) => 
65
65
      {