GNOME Bugzilla – Bug 701174
Update misleading filechooser documentation
Last modified: 2013-06-20 17:40:46 UTC
The filechooser widget is created on the application side and I have been told that there is no default preview widget created by GTK. However the documentation for gtk_file_chooser_set_preview_widget() says that if a widget is not provided that GTK may generate one internally.
Created attachment 245523 [details] [review] Fix misleading documentation This patch updates the documentation to reflect what actually happens. If I'm wrong about this feel free to correct me.
Review of attachment 245523 [details] [review]: That comment was probably added in the expectation that we might add an internal preview at some point. Obviously, that never happened, so lets just remove it.
Can some please commit this for me. Thanks.
Pushed to master as 555e0a7. Thanks for catching this.