summaryrefslogtreecommitdiff
path: root/libcaribou/group-model.vala
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2012-10-31 04:42:48 +0900
committerDaiki Ueno <ueno@unixuser.org>2012-11-01 10:25:10 +0900
commitf2151eb82742581cb30ce00398a60377e9fb92c8 (patch)
tree4c1a610e918d6c273e4fc649e949e35e5b9cd2ea /libcaribou/group-model.vala
parent6c46656de7183f2d5700806e4728dee1b0eb937a (diff)
downloadcaribou-f2151eb82742581cb30ce00398a60377e9fb92c8.tar.gz
Port from libgee 0.6 to 0.8
https://bugzilla.gnome.org/show_bug.cgi?id=687166
Diffstat (limited to 'libcaribou/group-model.vala')
-rw-r--r--libcaribou/group-model.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaribou/group-model.vala b/libcaribou/group-model.vala
index 479ed52..0721189 100644
--- a/libcaribou/group-model.vala
+++ b/libcaribou/group-model.vala
@@ -12,7 +12,7 @@ namespace Caribou {
public GroupModel (string group, string variant) {
this.group = group;
this.variant = variant;
- levels = new Gee.HashMap<string, LevelModel> (str_hash, str_equal);
+ levels = new Gee.HashMap<string, LevelModel> ();
active_level = default_level;
}