fix Bug #321
I have commented the PrivacyListManagerAdapter initialization because the exception came from the underneath code.
Also, since the feature isn't finished (especially tested) and enabled in the gui, it will be safer.
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/privacy_list_context_menu_buddies_item"
android:title="@string/privacy_list_select_dialog_buddies" />
<item android:id="@+id/privacy_list_context_menu_groups_item"
android:title="@string/privacy_list_select_dialog_groups" />
<item android:id="@+id/privacy_list_context_menu_delete_item"
android:title="@string/privacy_list_select_dialog_delete" />
</menu>