summaryrefslogtreecommitdiff
path: root/ohmd/ohm-keystore.c
diff options
context:
space:
mode:
Diffstat (limited to 'ohmd/ohm-keystore.c')
-rw-r--r--ohmd/ohm-keystore.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ohmd/ohm-keystore.c b/ohmd/ohm-keystore.c
index 78b499b..b6340e8 100644
--- a/ohmd/ohm-keystore.c
+++ b/ohmd/ohm-keystore.c
@@ -76,7 +76,9 @@ ohm_keystore_add_notify_key (OhmKeystore *keystore,
const gchar *key,
GError **error)
{
- return ohm_conf_add_notify_key (keystore->priv->conf, key, error);
+ /* do this internally to this module with a hashtable! */
+ //return ohm_conf_add_notify_key (keystore->priv->conf, key, error);
+ return FALSE;
}
/**