aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/media-player-list-mpris.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media-player-list-mpris.vala b/src/media-player-list-mpris.vala
index cff4011..464bd64 100644
--- a/src/media-player-list-mpris.vala
+++ b/src/media-player-list-mpris.vala
@@ -94,7 +94,7 @@ public class MediaPlayerListMpris : MediaPlayerList {
public override void sync (string[] desktop_ids) {
/* hash desktop_ids for faster lookup */
- var hash = new HashTable<string, unowned string> (str_hash, str_equal);
+ var hash = new GenericSet<string> (str_hash, str_equal);
foreach (var id in desktop_ids)
hash.add (id);