[brasero] Make sure all messages are removed



commit 72de77f31cbdf4092657df6ce2aa2a6dcbbc11c2
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun May 17 11:26:00 2009 +0200

    Make sure all messages are removed
---
 libbrasero-utils/brasero-notify.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libbrasero-utils/brasero-notify.c b/libbrasero-utils/brasero-notify.c
index 51c71a6..6531742 100644
--- a/libbrasero-utils/brasero-notify.c
+++ b/libbrasero-utils/brasero-notify.c
@@ -117,7 +117,6 @@ brasero_notify_message_remove (BraseroNotify *self,
 		widget = iter->data;
 		if (brasero_disc_message_get_context (BRASERO_DISC_MESSAGE (widget)) == context_id) {
 			brasero_disc_message_destroy (BRASERO_DISC_MESSAGE (widget));
-			break;
 		}
 	}
 	g_list_free (children);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]