ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02057
[Merge] lp:~bratsche/appmenu-gtk/correct-key-value-pair into lp:appmenu-gtk
Cody Russell has proposed merging lp:~bratsche/appmenu-gtk/correct-key-value-pair into lp:appmenu-gtk.
Requested reviews:
Canonical Desktop Experience Team (canonical-dx-team)
--
https://code.launchpad.net/~bratsche/appmenu-gtk/correct-key-value-pair/+merge/32468
Your team ayatana-commits is subscribed to branch lp:appmenu-gtk.
=== modified file 'src/bridge.c'
--- src/bridge.c 2010-08-02 21:05:38 +0000
+++ src/bridge.c 2010-08-12 16:48:46 +0000
@@ -877,7 +877,7 @@
rebuild_ids = g_hash_table_new (g_direct_hash, g_direct_equal);
}
- g_hash_table_insert (rebuild_ids, GUINT_TO_POINTER (id), toplevel);
+ g_hash_table_insert (rebuild_ids, toplevel, GUINT_TO_POINTER (id));
}
static void
Follow ups