sound-juicer r2250 - in trunk: . src



Author: rburton
Date: Sun Aug 17 16:02:27 2008
New Revision: 2250
URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2250&view=rev

Log:
2008-08-17  Ross Burton  <ross burtonini com>

	* src/sj-main.c:
	Don't block the UI when calling nautilus-cd-burner (#548140)


Modified:
   trunk/ChangeLog
   trunk/src/sj-main.c

Modified: trunk/src/sj-main.c
==============================================================================
--- trunk/src/sj-main.c	(original)
+++ trunk/src/sj-main.c	Sun Aug 17 16:02:27 2008
@@ -1544,7 +1544,7 @@
   const gchar* device;
 
   device = nautilus_burn_drive_get_device (drive);
-  if (!g_spawn_command_line_sync (g_strconcat ("nautilus-cd-burner --source-device=", device, NULL), NULL, NULL, NULL, &error)) {
+  if (!g_spawn_command_line_async (g_strconcat ("nautilus-cd-burner --source-device=", device, NULL), &error)) {
       GtkWidget *dialog;
 
       dialog = gtk_message_dialog_new (GTK_WINDOW (main_window),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]