gnome-keyring r1357 - in trunk: . common
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1357 - in trunk: . common
- Date: Sat, 18 Oct 2008 16:11:16 +0000 (UTC)
Author: nnielsen
Date: Sat Oct 18 16:11:16 2008
New Revision: 1357
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1357&view=rev
Log:
* common/gkr-location.c: Fix crash on logout on Solaris.
Fixes bug #556368. Patch by Jeff Cai
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 Sat Oct 18 16:11:16 2008
@@ -403,7 +403,7 @@
if (pv->dbus_connection != NULL) {
if (pv->hal_inited) {
if (!libhal_ctx_shutdown (pv->hal_ctx, &error)) {
- g_warning ("failed to shutdown HAL context: %s\n", error.message);
+ g_warning ("failed to shutdown HAL context: %s\n", error.message ? error.message : "");
dbus_error_free (&error);
}
pv->hal_inited = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]