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 334187 - clock-applet does not terminate gtk_tree_model_get properly
clock-applet does not terminate gtk_tree_model_get properly
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
git master
Other All
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-11 04:06 UTC by Mart Raudsepp
Modified: 2006-03-25 08:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the bad terminators (1.11 KB, patch)
2006-03-11 04:06 UTC, Mart Raudsepp
committed Details | Review

Description Mart Raudsepp 2006-03-11 04:06:05 UTC
clock-applet does not terminate gtk_tree_model_get properly in one code path.
This leads to some log spew, and some little performance hit on clock popup opening.

Lots of:
Gtk-WARNING **: gtktreemodel.c:1370: Invalid column number 2147483647 accessed (remember to end your list of columns with a -1)

It passes G_MAXINT32 instead of -1 as the terminator.
Comment 1 Mart Raudsepp 2006-03-11 04:06:53 UTC
Created attachment 61070 [details] [review]
Fix the bad terminators
Comment 2 Vincent Untz 2006-03-25 08:30:29 UTC
Thanks