Bug#504808: GtkFileChooser: doesn't show removed folder on list, but shows it on completion

Josselin Mouette joss at debian.org
Fri Nov 7 14:23:36 UTC 2008


Le vendredi 07 novembre 2008 à 10:20 -0200, Marco Túlio Gontijo e Silva
a écrit :
> Using this simple code, or any fileChooser instance with
> GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER:
> 
> #include <gtk/gtk.h>
> 
> int main (int argc, char **argv) {
>   GtkWidget *window, *fileChooser;
>   gtk_init(&argc, &argv);
>   window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
>   fileChooser
>     = gtk_file_chooser_widget_new(GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER);
>   gtk_container_add(GTK_CONTAINER(window), fileChooser);
>   gtk_widget_show_all(window);
>   gtk_main();
>   return 0;
> }
> 
> * Create a folder foo
> * Run the program
> * Remove folder foo
> * Start typing in Name: f
> 
> The folder will not be on the list of files, but it'll complete it when you
> start typing.

Does it happen with the gnome-vfs filesystem backend, or only with the
gtk+ backend?

Thanks,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20081107/f5b966fe/attachment.pgp 


More information about the pkg-gnome-maintainers mailing list