]> Pileus Git - ~andy/gtk/commitdiff
(gtk_file_selection_set_filename): Add a hint about opening
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 22 May 2003 00:25:50 +0000 (00:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 22 May 2003 00:25:50 +0000 (00:25 +0000)
directories.  (#113175)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c

index 1c405e38695f2c0a316b7abb2cc624e4114ba5df..4cf58f2787b0852b2522596220435ddf5bb59565 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
        "Rename File" and "Create Directory" subdialogs: Enter in entry
        activates default, default is "Create"/"Rename", Escape cancels
        dialog.  (#113110)
+       (gtk_file_selection_set_filename): Add a hint about opening 
+       directories.  (#113175)
 
 2003-05-22  Matthias Clasen  <maclas@gmx.de>
 
index 1c405e38695f2c0a316b7abb2cc624e4114ba5df..4cf58f2787b0852b2522596220435ddf5bb59565 100644 (file)
@@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
        "Rename File" and "Create Directory" subdialogs: Enter in entry
        activates default, default is "Create"/"Rename", Escape cancels
        dialog.  (#113110)
+       (gtk_file_selection_set_filename): Add a hint about opening 
+       directories.  (#113175)
 
 2003-05-22  Matthias Clasen  <maclas@gmx.de>
 
index 1c405e38695f2c0a316b7abb2cc624e4114ba5df..4cf58f2787b0852b2522596220435ddf5bb59565 100644 (file)
@@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
        "Rename File" and "Create Directory" subdialogs: Enter in entry
        activates default, default is "Create"/"Rename", Escape cancels
        dialog.  (#113110)
+       (gtk_file_selection_set_filename): Add a hint about opening 
+       directories.  (#113175)
 
 2003-05-22  Matthias Clasen  <maclas@gmx.de>
 
index 1c405e38695f2c0a316b7abb2cc624e4114ba5df..4cf58f2787b0852b2522596220435ddf5bb59565 100644 (file)
@@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
        "Rename File" and "Create Directory" subdialogs: Enter in entry
        activates default, default is "Create"/"Rename", Escape cancels
        dialog.  (#113110)
+       (gtk_file_selection_set_filename): Add a hint about opening 
+       directories.  (#113175)
 
 2003-05-22  Matthias Clasen  <maclas@gmx.de>
 
index 1c405e38695f2c0a316b7abb2cc624e4114ba5df..4cf58f2787b0852b2522596220435ddf5bb59565 100644 (file)
@@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
        "Rename File" and "Create Directory" subdialogs: Enter in entry
        activates default, default is "Create"/"Rename", Escape cancels
        dialog.  (#113110)
+       (gtk_file_selection_set_filename): Add a hint about opening 
+       directories.  (#113175)
 
 2003-05-22  Matthias Clasen  <maclas@gmx.de>
 
index 9ad466d0067460d252afa9e0f0ef56d37f929d8a..b105970fb11d4da8f866d528e07fe5d889179648 100644 (file)
@@ -1176,6 +1176,10 @@ gtk_file_selection_hide_fileop_buttons (GtkFileSelection *filesel)
  * directory path, then the requestor will open with that path as its
  * current working directory.
  *
+ * This has the consequence that in order to open the requestor with a 
+ * working directory and an empty filename, @filename must have a trailing
+ * directory separator.
+ *
  * The encoding of @filename is the on-disk encoding, which
  * may not be UTF-8. See g_filename_from_utf8().
  **/