initialize anchor_path to NULL.
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org> * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range): initialize anchor_path to NULL. * examples/buttonbox/buttonbox.c: remove useless static qualifier.
This commit is contained in:
parent
fccd38337e
commit
3e8866a488
@ -1,3 +1,10 @@
|
||||
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
|
||||
initialize anchor_path to NULL.
|
||||
|
||||
* examples/buttonbox/buttonbox.c: remove useless static qualifier.
|
||||
|
||||
2002-11-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtk.c (do_bench):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
|
||||
initialize anchor_path to NULL.
|
||||
|
||||
* examples/buttonbox/buttonbox.c: remove useless static qualifier.
|
||||
|
||||
2002-11-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtk.c (do_bench):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
|
||||
initialize anchor_path to NULL.
|
||||
|
||||
* examples/buttonbox/buttonbox.c: remove useless static qualifier.
|
||||
|
||||
2002-11-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtk.c (do_bench):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
|
||||
initialize anchor_path to NULL.
|
||||
|
||||
* examples/buttonbox/buttonbox.c: remove useless static qualifier.
|
||||
|
||||
2002-11-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtk.c (do_bench):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
|
||||
initialize anchor_path to NULL.
|
||||
|
||||
* examples/buttonbox/buttonbox.c: remove useless static qualifier.
|
||||
|
||||
2002-11-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtk.c (do_bench):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Tue Nov 19 17:01:40 2002 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
|
||||
initialize anchor_path to NULL.
|
||||
|
||||
* examples/buttonbox/buttonbox.c: remove useless static qualifier.
|
||||
|
||||
2002-11-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testgtk.c (do_bench):
|
||||
|
@ -43,7 +43,7 @@ GtkWidget *create_bbox( gint horizontal,
|
||||
int main( int argc,
|
||||
char *argv[] )
|
||||
{
|
||||
static GtkWidget* window = NULL;
|
||||
GtkWidget *window;
|
||||
GtkWidget *main_vbox;
|
||||
GtkWidget *vbox;
|
||||
GtkWidget *hbox;
|
||||
|
@ -1147,7 +1147,7 @@ gtk_tree_selection_real_modify_range (GtkTreeSelection *selection,
|
||||
{
|
||||
GtkRBNode *start_node, *end_node;
|
||||
GtkRBTree *start_tree, *end_tree;
|
||||
GtkTreePath *anchor_path;
|
||||
GtkTreePath *anchor_path = NULL;
|
||||
gboolean dirty = FALSE;
|
||||
|
||||
switch (gtk_tree_path_compare (start_path, end_path))
|
||||
|
Loading…
Reference in New Issue
Block a user