]> Pileus Git - ~andy/gtk/commit
Bug 469868 - Filenames with colon ":" are not saved correctly
authorTor Lillqvist <tml@novell.com>
Tue, 11 Mar 2008 18:43:49 +0000 (18:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 11 Mar 2008 18:43:49 +0000 (18:43 +0000)
commitc8b617382d3b701253e79548f5eb0bad190337a7
tree376bcdcbfe29ac3c479b7acf1e87cc22191e41a4
parent8605b74451ec0472308c9fdf9887338130700f9d
Bug 469868 - Filenames with colon ":" are not saved correctly

2008-03-11  Tor Lillqvist  <tml@novell.com>

Bug 469868 - Filenames with colon ":" are not saved correctly

* gtk/gtkfilechooserentry.c (insert_text_callback)
(delete_text_callback) [Win32]: New functions to make sure that
colons used otherwise than as a separator after a drive letter, or
characters that are always illegal in file names, are rejected on
input. This means that the GTK+ file chooser can't be used to
input full names of alternate data streams, but oh well. There are
still more checks that could be done on the file names, see the
bug report. But this will do for now.
(_gtk_file_chooser_entry_init) [Win32]: Connect above functions.

svn path=/trunk/; revision=19753
ChangeLog
gtk/gtkfilechooserentry.c