diff options
author | Jonathan Blandford <jrb@redhat.com> | 2004-04-13 16:27:03 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-04-13 16:27:03 +0000 |
commit | d8d64901c7348e2b092753f5b62b4484fb7a2864 (patch) | |
tree | 85e7c6371d8f63ab8c2a290b2f44ab8451879020 /ChangeLog.pre-2-4 | |
parent | fe8c42b69eb91f47f3d5daf77fc25151c9caea85 (diff) | |
download | gtk+-d8d64901c7348e2b092753f5b62b4484fb7a2864.tar.gz |
remove unused variable. (gtk_tree_view_button_press): If we activated the
Tue Apr 13 12:24:49 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
variable.
(gtk_tree_view_button_press): If we activated the row we don't
want to grab focus back, as moving focus to another widget is
pretty common, #138458
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1401e17fb6..fe92f56f7d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Tue Apr 13 12:24:49 2004 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused + variable. + (gtk_tree_view_button_press): If we activated the row we don't + want to grab focus back, as moving focus to another widget is + pretty common, #138458 + 2004-04-12 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added |