Merge lp:~asac/notify-osd/lp364664 into lp:notify-osd/trunk

Proposed by Alexander Sack
Status: Merged
Merge reported by: Neil J. Patel
Merged at revision: not available
Proposed branch: lp:~asac/notify-osd/lp364664
Merge into: lp:notify-osd/trunk
Diff against target: None lines
To merge this branch: bzr merge lp:~asac/notify-osd/lp364664
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+9901@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexander Sack (asac) wrote :
Revision history for this message
David Barth (dbarth) wrote :

Good fix, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/bubble.c'
2--- src/bubble.c 2009-08-04 17:34:48 +0000
3+++ src/bubble.c 2009-08-09 21:46:33 +0000
4@@ -2283,7 +2283,7 @@
5
6 priv = GET_PRIVATE (self);
7
8- if (priv->message_body->len != 0)
9+ if (priv->message_body != 0)
10 {
11 g_signal_emit (self,
12 g_bubble_signals[MESSAGE_BODY_DELETED],

Subscribers

People subscribed via source and target branches