[gnome-color-manager: 8/18] Do not open gcm-prefs after importing a profile, it does not exist anymore



commit 2978d3321d094635892c7d9b869df7c4dabfcb6c
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 8 12:37:49 2010 +0100

    Do not open gcm-prefs after importing a profile, it does not exist anymore

 src/gcm-import.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/gcm-import.c b/src/gcm-import.c
index b756edf..5a3a027 100644
--- a/src/gcm-import.c
+++ b/src/gcm-import.c
@@ -213,14 +213,6 @@ main (int argc, char **argv)
 		gtk_widget_destroy (dialog);
 		goto out;
 	}
-
-	/* open up the preferences */
-	ret = g_spawn_command_line_async (BINDIR "/gcm-prefs", &error);
-	if (!ret) {
-		egg_warning ("failed to spawn preferences: %s", error->message);
-		g_error_free (error);
-		goto out;
-	}
 out:
 	if (file != NULL)
 		g_object_unref (file);



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