brasero r813 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r813 - in trunk: . src
- Date: Mon, 12 May 2008 13:46:29 +0100 (BST)
Author: philippr
Date: Mon May 12 12:46:29 2008
New Revision: 813
URL: http://svn.gnome.org/viewvc/brasero?rev=813&view=rev
Log:
Fix bug introduce in previous patch (label for session not set)
* src/brasero-disc-option-dialog.c
(brasero_disc_option_dialog_title_widget):
Modified:
trunk/ChangeLog
trunk/src/brasero-disc-option-dialog.c
Modified: trunk/src/brasero-disc-option-dialog.c
==============================================================================
--- trunk/src/brasero-disc-option-dialog.c (original)
+++ trunk/src/brasero-disc-option-dialog.c Mon May 12 12:46:29 2008
@@ -606,8 +606,8 @@
brasero_disc_option_dialog_title_widget (BraseroDiscOptionDialog *dialog)
{
BraseroDiscOptionDialogPrivate *priv;
- BraseroTrackType type;
gchar *title_str = NULL;
+ BraseroTrackType type;
gchar *label = NULL;
GtkWidget *widget;
@@ -630,7 +630,7 @@
gtk_entry_set_text (GTK_ENTRY (priv->label), title_str);
g_free (title_str);
- brasero_burn_session_set_label (priv->session, label);
+ brasero_burn_session_set_label (priv->session, title_str);
brasero_burn_session_get_input_type (priv->session, &type);
if (type.type == BRASERO_TRACK_TYPE_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]