GNOME Bugzilla – Bug 653650
Blocking contacts dialog should autocomplete when adding contacts by alias
Last modified: 2011-06-30 08:58:09 UTC
It should be possible to enter an alias in the "Add" entry in the blocking contacts dialog, press enter, and have the dialog enter the contact id, similar to what we do in the contact-selector dialog.
http://cgit.collabora.com/git/user/pochu/empathy.git/log/?h=block-autocomplete
+ if (!iter || !model) iter == NULL || model == NULL tmpstr is leaked.
Both fixed (amended) plus another !model thing (that was a copy&paste error)
Merged