[gnome-packagekit] Correct the name of the unique name for the update viewer



commit cd16d36f2ff6f1dfeab1a8a067ac98067d9fd966
Author: Richard Hughes <richard hughsie com>
Date:   Wed May 27 14:31:25 2009 +0100

    Correct the name of the unique name for the update viewer
---
 src/gpk-update-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index 37f80b9..0b0f001 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -2618,7 +2618,7 @@ main (int argc, char *argv[])
 					   GPK_DATA G_DIR_SEPARATOR_S "icons");
 
 	/* are we already activated? */
-	unique_app = unique_app_new ("org.freedesktop.PackageKit.UpdateViewer2", NULL);
+	unique_app = unique_app_new ("org.freedesktop.PackageKit.UpdateViewer", NULL);
 	if (unique_app_is_running (unique_app)) {
 		egg_debug ("You have another instance running. This program will now close");
 		unique_app_send_message (unique_app, UNIQUE_ACTIVATE, NULL);



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