diff options
author | Manish Singh <yosh@gimp.org> | 2002-11-20 01:05:26 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-11-20 01:05:26 +0000 |
commit | 3e8866a488844f8c2ded0a7cdb26cab3af2c2390 (patch) | |
tree | cc941f3530255c9ee03078058357d4b56846ac68 /ChangeLog.pre-2-4 | |
parent | fccd38337e48dd3a34d5ca83567d7fa54ac398f1 (diff) | |
download | gtk+-3e8866a488844f8c2ded0a7cdb26cab3af2c2390.tar.gz |
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.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 29636d5953..422b276a92 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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): |