[PATCH] Fix Filter UI crash



A small patch to fix a crash when creating the Filter Dialog GUI...
--- brasero-0.6.0/src/filtered-window.c~	2007-07-11 14:48:14.000000000 +0200
+++ brasero-0.6.0/src/filtered-window.c	2007-08-11 11:05:45.000000000 +0200
@@ -326,7 +326,7 @@
 	}
 
 	frame = brasero_utils_pack_properties (_("<b>Filtering options</b>"),
-					       button_notify);
+					       button_notify, NULL);
 	gtk_box_pack_start (GTK_BOX (GTK_DIALOG (obj)->vbox),
 			    frame,
 			    FALSE,


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