]> Pileus Git - ~andy/gtk/commit
Don't set the sort column when there is no model
authorFederico Mena Quintero <federico@novell.com>
Thu, 18 Jun 2009 01:33:57 +0000 (20:33 -0500)
committerFederico Mena Quintero <federico@novell.com>
Thu, 18 Jun 2009 01:33:57 +0000 (20:33 -0500)
commit3c75004474b099ff695c0d3d1835c245a550f12f
treedf4caa06d984e8a401d54cb01a60bf19593ab04b
parent1a385c50f041cdcc8ee88b27af85094901c2b05d
Don't set the sort column when there is no model

We can't set the sort column when we load the GtkFileChooser's settings, as the
file models may not have been created yet.  Wait until the models are actually
present; then we can set the sort column.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilechooserdefault.c