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 676806 - isChat is never true since commit 9e1a2cf
isChat is never true since commit 9e1a2cf
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: telepathy
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Shell Telepathy maintainer(s)
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-25 09:22 UTC by Alban Browaeys
Modified: 2012-05-25 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set isChat to true after the parent call which set it to false (1.04 KB, patch)
2012-05-25 09:22 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-05-25 09:22:47 UTC
Created attachment 214923 [details] [review]
set isChat to true after the parent call which set it to false

As part of commit 9e1a2cf the parent _init was moved before the isChat
was set to true. As the parent set it to false isChat is never true
since this commit.
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-05-25 09:25:02 UTC
Review of attachment 214923 [details] [review]:

Whoops. Missed that one. Patch looks fine.