libreport/0001-fix-el6-keyring.patch
2011-07-21 19:35:08 +02:00

26 lines
1.2 KiB
Diff

From e8408578b1d0b320e8abf27f96186e8fa1f5e4dd Mon Sep 17 00:00:00 2001
From: Michal Toman <mtoman@redhat.com>
Date: Mon, 18 Jul 2011 16:38:02 +0200
Subject: [PATCH 01/12] fix el6 keyring
---
src/gtk-helpers/event_config_dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gtk-helpers/event_config_dialog.c b/src/gtk-helpers/event_config_dialog.c
index 219f841..c06ba4b 100644
--- a/src/gtk-helpers/event_config_dialog.c
+++ b/src/gtk-helpers/event_config_dialog.c
@@ -318,7 +318,7 @@ static void save_settings_to_keyring(const char *event_name)
GNOME_KEYRING_ITEM_GENERIC_SECRET, /* type */
event_name, /* display name */
attrs, /* attributes */
- NULL, /* secret - no special handling for password it's stored in attrs */
+ "", /* secret - no special handling for password it's stored in attrs */
1, /* update if exist */
&item_id);
VERB2 log("created new item with id: %i", item_id);
--
1.7.6