forked from AuroraMiddleware/gtk
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).
This commit is contained in:
parent
f87ac4d556
commit
4a19c3da82
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
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).
|
||||
|
||||
2002-12-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c: Add docs.
|
||||
|
@ -1,3 +1,15 @@
|
||||
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).
|
||||
|
||||
2002-12-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c: Add docs.
|
||||
|
@ -1,3 +1,15 @@
|
||||
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).
|
||||
|
||||
2002-12-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c: Add docs.
|
||||
|
@ -1,3 +1,15 @@
|
||||
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).
|
||||
|
||||
2002-12-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c: Add docs.
|
||||
|
@ -1,3 +1,15 @@
|
||||
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).
|
||||
|
||||
2002-12-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c: Add docs.
|
||||
|
@ -1,3 +1,15 @@
|
||||
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).
|
||||
|
||||
2002-12-18 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c: Add docs.
|
||||
|
@ -7487,7 +7487,7 @@ gtk_tree_view_real_select_cursor_row (GtkTreeView *tree_view,
|
||||
if (gtk_tree_view_start_editing (tree_view, cursor_path))
|
||||
{
|
||||
gtk_tree_path_free (cursor_path);
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
_gtk_tree_selection_internal_select_node (tree_view->priv->selection,
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
GtkTreeModel *model = NULL;
|
||||
GRand *rand = NULL;
|
||||
static GRand *rand = NULL;
|
||||
GtkTreeSelection *selection = NULL;
|
||||
enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user