diff options
author | Hans Breuer <hans@breuer.org> | 2002-02-27 16:37:04 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2002-02-27 16:37:04 +0000 |
commit | bc94033dd3c2c5826557593d6d066f4d82da3eae (patch) | |
tree | ace4dc873e402132ee41e2ffb0569621a6bc6de0 /gtk/gtkfilesel.c | |
parent | 20eda0e6f12aba1b291efc33b6f23c6b32759b22 (diff) | |
download | gtk+-bc94033dd3c2c5826557593d6d066f4d82da3eae.tar.gz |
new file
2002-02-27 Hans Breuer <hans@breuer.org>
* demos/gtk-demo/makefile.msc.in : new file
* gdk-pixbuf/gtk-pixbuf.rc.in : new file to include
version resource
* gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res
* gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU,
(gdk_keyval_name) : fix endless looping
* gtk/gtkfilesel.c : translate_win32_path() static
* gtk/queryimmodules : print_escaped(), query_module() static
* gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res
* gtk/stock-icons/makefile.msc : regenerated from directory
listing (almost all filenames changed)
Diffstat (limited to 'gtk/gtkfilesel.c')
-rw-r--r-- | gtk/gtkfilesel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index 2140a4ae9e..99534e19a4 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -437,7 +437,7 @@ static gint cmpl_errno; * Return a boolean value concerning whether a * translation had to be made. */ -int +static int translate_win32_path (GtkFileSelection *filesel) { int updated = 0; |