brasero r1870 - in trunk: . src



Author: philippr
Date: Wed Feb  4 14:59:23 2009
New Revision: 1870
URL: http://svn.gnome.org/viewvc/brasero?rev=1870&view=rev

Log:
2009-02-04  Philippe Rouquier  <ykw localhost localdomain>

	* src/brasero-burn-options.c (brasero_burn_options_add_source),
	(brasero_burn_options_init): Don't leak the message area (create it on demand)


Modified:
   trunk/ChangeLog
   trunk/src/brasero-burn-options.c

Modified: trunk/src/brasero-burn-options.c
==============================================================================
--- trunk/src/brasero-burn-options.c	(original)
+++ trunk/src/brasero-burn-options.c	Wed Feb  4 14:59:23 2009
@@ -79,6 +79,8 @@
 
 	priv = BRASERO_BURN_OPTIONS_PRIVATE (self);
 
+	/* create message queue for input */
+	priv->message_input = brasero_notify_new ();
 	list = g_slist_prepend (list, priv->message_input);
 
 	va_start (vlist, title);
@@ -404,9 +406,6 @@
 			    TRUE,
 			    0);
 
-	/* create message queue for input */
-	priv->message_input = brasero_notify_new ();
-
 	/* Medium selection box */
 	selection = gtk_hbox_new (FALSE, 12);
 	gtk_widget_show (selection);



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