seahorse r2717 - in trunk: . gkr



Author: nnielsen
Date: Fri Jan 30 01:38:44 2009
New Revision: 2717
URL: http://svn.gnome.org/viewvc/seahorse?rev=2717&view=rev

Log:
Fix problem with hidden gnome-keyring items.

Modified:
   trunk/ChangeLog
   trunk/gkr/seahorse-gkr-item.c

Modified: trunk/gkr/seahorse-gkr-item.c
==============================================================================
--- trunk/gkr/seahorse-gkr-item.c	(original)
+++ trunk/gkr/seahorse-gkr-item.c	Fri Jan 30 01:38:44 2009
@@ -541,7 +541,7 @@
 seahorse_gkr_item_init (SeahorseGkrItem *self)
 {
 	self->pv = G_TYPE_INSTANCE_GET_PRIVATE (self, SEAHORSE_TYPE_GKR_ITEM, SeahorseGkrItemPrivate);
-	g_object_set (self, "usage", SEAHORSE_USAGE_CREDENTIALS, "tag", SEAHORSE_GKR_TYPE, NULL);
+	g_object_set (self, "usage", SEAHORSE_USAGE_CREDENTIALS, "tag", SEAHORSE_GKR_TYPE, "location", SEAHORSE_LOCATION_LOCAL, NULL);
 }
 
 static GObject* 



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