[brasero] Fix function not returning the number of available formats
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Fix function not returning the number of available formats
- Date: Tue, 2 Jun 2009 14:15:40 -0400 (EDT)
commit 6e175c963310ecdb71c33f93e69e74feaba29676
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Jun 2 19:46:01 2009 +0200
Fix function not returning the number of available formats
---
libbrasero-burn/brasero-image-type-chooser.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libbrasero-burn/brasero-image-type-chooser.c b/libbrasero-burn/brasero-image-type-chooser.c
index 65719ea..d309f28 100644
--- a/libbrasero-burn/brasero-image-type-chooser.c
+++ b/libbrasero-burn/brasero-image-type-chooser.c
@@ -136,6 +136,8 @@ brasero_image_type_chooser_set_formats (BraseroImageTypeChooser *self,
brasero_image_type_chooser_set_format (self, priv->format);
else
brasero_image_type_chooser_set_format (self, BRASERO_IMAGE_FORMAT_NONE);
+
+ return format_num;
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]