sound-juicer r2418 - in trunk: . libjuicer src
- From: rburton svn gnome org
- To: svn-commits-list gnome org
- Subject: sound-juicer r2418 - in trunk: . libjuicer src
- Date: Sat, 7 Feb 2009 17:55:03 +0000 (UTC)
Author: rburton
Date: Sat Feb 7 17:55:03 2009
New Revision: 2418
URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2418&view=rev
Log:
2009-02-07 Ross Burton <ross linux intel com>
* src/sj-main.c:
* libjuicer/sj-extractor.c:
Don't use // comments (#569140)
Modified:
trunk/ChangeLog
trunk/libjuicer/sj-extractor.c
trunk/src/sj-main.c
Modified: trunk/libjuicer/sj-extractor.c
==============================================================================
--- trunk/libjuicer/sj-extractor.c (original)
+++ trunk/libjuicer/sj-extractor.c Sat Feb 7 17:55:03 2009
@@ -578,7 +578,7 @@
gst_object_unref (tagger);
break;
case GST_ITERATOR_RESYNC:
- // TODO?
+ /* TODO? */
g_warning ("Got GST_ITERATOR_RESYNC, not sure what to do");
gst_iterator_resync (iter);
break;
Modified: trunk/src/sj-main.c
==============================================================================
--- trunk/src/sj-main.c (original)
+++ trunk/src/sj-main.c Sat Feb 7 17:55:03 2009
@@ -1055,7 +1055,7 @@
reread_cd (ignore_no_media);
}
- // Enable/disable the eject options based on wether the drive supports ejection
+ /* Enable/disable the eject options based on wether the drive supports ejection */
gtk_widget_set_sensitive (eject, brasero_drive_can_eject (drive));
}
}
@@ -1508,21 +1508,21 @@
static gboolean
is_cd_duplication_available()
{
- // First check the brasero tool is available in the path
+ /* First check the brasero tool is available in the path */
gchar* brasero_cd_burner = g_find_program_in_path ("brasero");
if (brasero_cd_burner == NULL) {
return FALSE;
}
g_free(brasero_cd_burner);
- // Second check the cdrdao tool is available in the path
+ /* Second check the cdrdao tool is available in the path */
gchar* cdrdao = g_find_program_in_path ("cdrdao");
if (cdrdao == NULL) {
return FALSE;
}
g_free(cdrdao);
- // Now check that there is at least one cd recorder available
+ /* Now check that there is at least one cd recorder available */
BraseroMediumMonitor *monitor;
GSList *drives;
GSList *iter;
@@ -1839,7 +1839,7 @@
return 0;
}
- // Set whether duplication of a cd is available using the brasero tool
+ /* Set whether duplication of a cd is available using the brasero tool */
gtk_widget_set_sensitive (duplicate, FALSE);
duplication_enabled = is_cd_duplication_available();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]