gtk2/gtk/tests
Federico Mena Quintero 3a1ba3bd1e bgo#625416 - Don't reload the filechooser's folder during a re-map event
Long ago, before we had file monitoring at the GIO/Glib level, we would
reload the current folder each time a file chooser gets (re)mapped.
This was basically to let the GIMP recycle the same file chooser for all
file/open or file/save operations, instead of creating a new one every time.
In that case, we reloaded the folder with each ::map() event so that the
file chooser would present an up-to-date view of the folder that was being
displayed.  Now, the folder should always be up-to-date as we do
file monitoring all the time.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-08-10 11:36:03 -05:00
..
file-chooser-test-dir [tests] Move filechooser test files to correct location 2010-05-11 00:50:54 +02:00
action.c Fix compilation warning: Use GtkWidget instead GtkMenuItem 2010-03-25 14:52:18 +01:00
builder.c Use accessor functions to access GtkDialog 2010-07-13 19:40:47 +02:00
crossingevents.c Fix make check 2008-08-04 22:38:56 +00:00
defaultvalue.c [test] Exclude message-area as it's a object property 2010-06-22 22:26:18 +02:00
expander.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
filechooser.c bgo#625416 - Don't reload the filechooser's folder during a re-map event 2010-08-10 11:36:03 -05:00
filtermodel.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
floating.c Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards 2010-06-07 04:50:05 +02:00
gtk-example-application.c [gtk-example-application] Use the new api 2010-06-24 02:02:10 +02:00
liststore.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
Makefile.am Make GTK+ use an external gdk-pixbuf 2010-06-26 01:09:05 -04:00
object.c Remove GtkCurve completely 2010-05-03 01:51:20 +02:00
pixbuf-init.c Some cleanups after the module cache file change 2010-05-18 19:23:06 -04:00
recentmanager.c Revert name change 2008-07-01 22:57:50 +00:00
testing.c testing: Use Cairo calls instead of gdk_draw_line() to test server sync 2010-07-26 16:42:48 +02:00
textbuffer.c buffer_backspace should delete \r\n in one go 2009-08-29 21:29:57 -04:00
treestore.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
treeview-scrolling.c Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
treeview.c let the close button reflect the page_complete status of SUMMARY pages 2009-12-10 22:06:30 +01:00