Merge lp:~ted/libdbusmenu/lp785828 into lp:libdbusmenu/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: 304
Proposed branch: lp:~ted/libdbusmenu/lp785828
Merge into: lp:libdbusmenu/0.4
Diff against target: 13 lines (+3/-0)
1 file modified
libdbusmenu-gtk/parser.c (+3/-0)
To merge this branch: bzr merge lp:~ted/libdbusmenu/lp785828
Reviewer Review Type Date Requested Status
DBus Menu Team Pending
Review via email: mp+64935@code.launchpad.net

Description of the change

Unsetting a value.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libdbusmenu-gtk/parser.c'
2--- libdbusmenu-gtk/parser.c 2011-05-18 18:19:49 +0000
3+++ libdbusmenu-gtk/parser.c 2011-06-17 03:19:08 +0000
4@@ -880,6 +880,9 @@
5 g_idle_add ((GSourceFunc)recreate_menu_item_in_idle_cb, child);
6 }
7 }
8+
9+ g_value_unset(&prop_value);
10+ return;
11 }
12
13 static void

Subscribers

People subscribed via source and target branches

to all changes: