Merge lp:~bratsche/appmenu-gtk/correct-key-value-pair into lp:appmenu-gtk/0.4

Proposed by Cody Russell on 2010-08-12
Status: Merged
Merged at revision: 71
Proposed branch: lp:~bratsche/appmenu-gtk/correct-key-value-pair
Merge into: lp:appmenu-gtk/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
src/bridge.c (+1/-1)
To merge this branch: bzr merge lp:~bratsche/appmenu-gtk/correct-key-value-pair
Reviewer Review Type Date Requested Status
Ted Gould (community) 2010-08-12 Approve on 2010-08-12
Review via email: mp+32468@code.launchpad.net
To post a comment you must log in.
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/bridge.c'
2--- src/bridge.c 2010-08-02 21:05:38 +0000
3+++ src/bridge.c 2010-08-12 16:49:00 +0000
4@@ -877,7 +877,7 @@
5 rebuild_ids = g_hash_table_new (g_direct_hash, g_direct_equal);
6 }
7
8- g_hash_table_insert (rebuild_ids, GUINT_TO_POINTER (id), toplevel);
9+ g_hash_table_insert (rebuild_ids, toplevel, GUINT_TO_POINTER (id));
10 }
11
12 static void

Subscribers

People subscribed via source and target branches