After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653650 - Blocking contacts dialog should autocomplete when adding contacts by alias
Blocking contacts dialog should autocomplete when adding contacts by alias
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-29 14:55 UTC by Emilio Pozuelo Monfort
Modified: 2011-06-30 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2011-06-29 14:55:45 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.
Comment 2 Guillaume Desmottes 2011-06-30 07:36:56 UTC
+  if (!iter || !model)
iter == NULL || model == NULL

tmpstr is leaked.
Comment 3 Emilio Pozuelo Monfort 2011-06-30 08:27:36 UTC
Both fixed (amended) plus another !model thing (that was a copy&paste error)
Comment 4 Emilio Pozuelo Monfort 2011-06-30 08:58:09 UTC
Merged