Use g_variant_equal() instead of g_variant_compare() to compare enums.
authorMarcus Comstedt <marcus@mc.pp.se>
Sun, 4 Aug 2013 14:32:37 +0000 (16:32 +0200)
committerMarcus Comstedt <marcus@mc.pp.se>
Sun, 4 Aug 2013 14:32:37 +0000 (16:32 +0200)
g_variant_compare() doesn't support tuples, and we're only interrested
in equality anyway.


No differences found