[brasero] Remove brasero_drive_new () as we don't need it
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Remove brasero_drive_new () as we don't need it
- Date: Fri, 10 Jul 2009 14:04:27 +0000 (UTC)
commit 003d8235ea890a612c2109c93522c01625344864
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Jul 6 21:41:57 2009 +0200
Remove brasero_drive_new () as we don't need it
Make UDI property writable at construction time again
libbrasero-media/brasero-drive.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-media/brasero-drive.c b/libbrasero-media/brasero-drive.c
index 55633d2..425f02c 100644
--- a/libbrasero-media/brasero-drive.c
+++ b/libbrasero-media/brasero-drive.c
@@ -1087,7 +1087,7 @@ brasero_drive_class_init (BraseroDriveClass *klass)
"Deprecated",
"HAL udi as a string (Deprecated)",
NULL,
- G_PARAM_READABLE));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
g_object_class_install_property (object_class,
PROP_GDRIVE,
g_param_spec_object ("gdrive",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]