[folks] Don't ever claim to own the backend GLib.Modules.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Don't ever claim to own the backend GLib.Modules.
- Date: Mon, 8 Nov 2010 18:57:50 +0000 (UTC)
commit 974f3ae6ee79a15f022177d1304d0344eda99e54
Author: Travis Reitter <travis reitter collabora co uk>
Date: Mon Nov 8 10:57:23 2010 -0800
Don't ever claim to own the backend GLib.Modules.
folks/backend-store.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/backend-store.vala b/folks/backend-store.vala
index fd31944..fec8915 100644
--- a/folks/backend-store.vala
+++ b/folks/backend-store.vala
@@ -44,7 +44,7 @@ public class Folks.BackendStore : Object {
private HashMap<string,Backend> _prepared_backends;
private File config_file;
private GLib.KeyFile backends_key_file;
- private HashMap<string,Module> modules;
+ private HashMap<string,unowned Module> modules;
private static weak BackendStore instance;
private bool _is_prepared = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]