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 569761 - [KB-Fixed] Get rid of GtkCList
[KB-Fixed] Get rid of GtkCList
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
2.26.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
evolution[cleanup] evolution[kill-bon...
Depends on:
Blocks: 572348
 
 
Reported: 2009-01-30 04:06 UTC by André Klapper
Modified: 2013-09-13 00:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-01-30 04:06:43 UTC
./evolution/shell/importer/intelligent.c:select_row_cb (GtkCList *clist,
./evolution/shell/importer/intelligent.c:unselect_row_cb (GtkCList *clist,


GtkCList has been deprecated since GTK+ 2.0 and should not be used in newly written code. Use GtkTreeView instead.
http://library.gnome.org/devel/gtk/stable/GtkTreeView.html
Comment 1 Matthew Barnes 2009-01-30 23:07:59 UTC
I'm not sure we even use that file anymore.  I'll look into this closer soon when I port the import framework away from Bonobo.
Comment 2 Matthew Barnes 2009-04-23 01:08:32 UTC
The entire shell/importer directory is dead and should be deleted.
I've already done so on the kill-bonobo branch.
Comment 3 Matthew Barnes 2009-08-30 05:53:09 UTC
The "kill-bonobo" branch has been merged into "master" and will debut as Evolution 2.29.1.  We believe the branch has addressed the reported issue.  If you find the issue still exists in version 2.29 or later please feel free to re-open this bug.

Closing as FIXED.