brasero r1437 - in trunk: . src



Author: philippr
Date: Wed Oct 29 14:40:00 2008
New Revision: 1437
URL: http://svn.gnome.org/viewvc/brasero?rev=1437&view=rev

Log:
	Put burn dialog back to normal state after the simulation info dialog
	gets destroyed

	* src/brasero-burn-dialog.c (brasero_burn_dialog_dummy_success_cb):


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

Modified: trunk/src/brasero-burn-dialog.c
==============================================================================
--- trunk/src/brasero-burn-dialog.c	(original)
+++ trunk/src/brasero-burn-dialog.c	Wed Oct 29 14:40:00 2008
@@ -1054,6 +1054,8 @@
 	answer = gtk_dialog_run (GTK_DIALOG (message));
 	gtk_widget_destroy (message);
 
+	gtk_window_set_urgency_hint (GTK_WINDOW (dialog), FALSE);
+
 	if (hide)
 		gtk_widget_hide (GTK_WIDGET (dialog));
 



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