Avid wrote:

> Does this mean anything to anyone?

And maybe try the attached patch.
diff --git a/src/applications/datebook/accounteditor.cpp b/src/applications/datebook/accounteditor.cpp
index a881248..0dd61f9 100644
--- a/src/applications/datebook/accounteditor.cpp
+++ b/src/applications/datebook/accounteditor.cpp
@@ -58,7 +58,7 @@ public:
 
     AccountWidgetItem(QPimContext *context, QListWidget *parent = 0)
         : QListWidgetItem(context->icon(), context->title(), parent)
-        , mContext(context) {}
+        , mSource(), mContext(context) {}
 
     ~AccountWidgetItem() {}
 
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to