GtkClock type bug




I think there is a bug in the GtkClock widget (in gnome-libs 1.0.5).
It never sets its type field (realtime/increasing/decreasing).


I think the new function should start like this:

GtkWidget *gtk_clock_new(GtkClockType type)
{
	GtkClock *clock = gtk_type_new(gtk_clock_get_type());
	clock->type = type;
...


Damon



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]