[Goodies-commits] r4885 - xfburn/trunk/xfburn

David Mohr squisher at xfce.org
Tue Jun 3 22:07:44 CEST 2008


Author: squisher
Date: 2008-06-03 20:07:44 +0000 (Tue, 03 Jun 2008)
New Revision: 4885

Modified:
   xfburn/trunk/xfburn/xfburn-data-composition.c
Log:
Applying patch from jeromeg to have clear reset the title (fixes #4130)

Modified: xfburn/trunk/xfburn/xfburn-data-composition.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-data-composition.c	2008-06-03 19:30:18 UTC (rev 4884)
+++ xfburn/trunk/xfburn/xfburn-data-composition.c	2008-06-03 20:07:44 UTC (rev 4885)
@@ -929,6 +929,8 @@
 
   model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->content));
   gtk_tree_store_clear (GTK_TREE_STORE (model));
+  
+  gtk_entry_set_text (GTK_ENTRY (priv->entry_volume_name), _(DATA_COMPOSITION_DEFAULT_NAME));
 
   xfburn_data_disc_usage_set_size (XFBURN_DATA_DISC_USAGE (priv->disc_usage), 0);
 }




More information about the Goodies-commits mailing list