gnome-keyring r1210 - in trunk: . common



Author: nnielsen
Date: Wed Jul 30 14:55:26 2008
New Revision: 1210
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1210&view=rev

Log:
	* common/gkr-location.c: Fix erroneous warning on shutdown.


Modified:
   trunk/ChangeLog
   trunk/common/gkr-location.c

Modified: trunk/common/gkr-location.c
==============================================================================
--- trunk/common/gkr-location.c	(original)
+++ trunk/common/gkr-location.c	Wed Jul 30 14:55:26 2008
@@ -402,7 +402,7 @@
 		dbus_error_init (&error);
 		if (pv->dbus_connection != NULL) {
 			if (pv->hal_inited) {
-				if (libhal_ctx_shutdown (pv->hal_ctx, &error)) {
+				if (!libhal_ctx_shutdown (pv->hal_ctx, &error)) {
 					g_warning ("failed to shutdown HAL context: %s\n", error.message);
 					dbus_error_free (&error);
 				}



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