GNOME Bugzilla – Bug 334187
clock-applet does not terminate gtk_tree_model_get properly
Last modified: 2006-03-25 08:31:24 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.
Created attachment 61070 [details] [review] Fix the bad terminators
Thanks