diff options
author | Tim Janik <timj@gtk.org> | 1998-05-16 07:22:00 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-16 07:22:00 +0000 |
commit | 5aa450f97bcba05855364a24f1fe1050467729b6 (patch) | |
tree | a52866bfcdf22b97f442d2bd639770a7e42e7710 /ChangeLog.pre-2-0 | |
parent | dc93f21ffe52d42c6e99e7b5976fc7a89df4d4f3 (diff) | |
download | gtk+-5aa450f97bcba05855364a24f1fe1050467729b6.tar.gz |
g_strdup() the text retrived from GtkEntry. only intercept the Tab key if
Sat May 16 09:04:32 1998 Tim Janik <timj@gtk.org>
* gtk/gtkfilesel.c (gtk_file_selection_key_press): g_strdup() the
text retrived from GtkEntry. only intercept the Tab key if there
was some text to complete.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5bc1fa0030..df4c69d7f2 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Sat May 16 09:04:32 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkfilesel.c (gtk_file_selection_key_press): g_strdup() the + text retrived from GtkEntry. only intercept the Tab key if there + was some text to complete. + Fri May 15 21:16:54 1998 Owen Taylor <otaylor@gtk.org> Basic thread-awareness: |