]> Pileus Git - ~andy/gtk/commit
the rand variable should be static to avoid conflicts with rand().
authorKristian Rietveld <kris@gtk.org>
Thu, 19 Dec 2002 02:38:27 +0000 (02:38 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Thu, 19 Dec 2002 02:38:27 +0000 (02:38 +0000)
commit4a19c3da8214e430c7709ad4c52e5a9da398d02d
treea36b86807a82cbcbcbff573c741325bd435e5997
parentf87ac4d556f3a8ba3ec0342621b02ac95faaf28d
the rand variable should be static to avoid conflicts with rand().

Thu Dec 19 03:58:36 2002  Kristian Rietveld  <kris@gtk.org>

        * tests/testtreeflow.c: the rand variable should be static to
        avoid conflicts with rand(). (#100844, reported by Soeren Sandmann,
        fix pointed out by Matthias Clasen).

Thu Dec 19 03:56:23 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): if we
        started editing, we handled this key signal, so return TRUE.
        (#100532, reported by Soeren Sandmann).
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeview.c
tests/testtreeflow.c