brasero r735 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r735 - in trunk: . src
- Date: Sat, 19 Apr 2008 09:28:02 +0100 (BST)
Author: philippr
Date: Sat Apr 19 08:28:01 2008
New Revision: 735
URL: http://svn.gnome.org/viewvc/brasero?rev=735&view=rev
Log:
Fix crash when setting the path for an image output when there was none before
* src/brasero-image-properties.c
(brasero_image_properties_is_path_edited):
Modified:
trunk/ChangeLog
trunk/src/brasero-image-properties.c
Modified: trunk/src/brasero-image-properties.c
==============================================================================
--- trunk/src/brasero-image-properties.c (original)
+++ trunk/src/brasero-image-properties.c Sat Apr 19 08:28:01 2008
@@ -93,6 +93,9 @@
priv = BRASERO_IMAGE_PROPERTIES_PRIVATE (self);
+ if (!priv->original_path)
+ return TRUE;
+
if (priv->edited)
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]