]> Pileus Git - ~andy/gtk/commit
filechooserbutton: Don't ever use gtk_file_chooser_get_files()
authorFederico Mena Quintero <federico@gnome.org>
Fri, 22 Feb 2013 00:44:38 +0000 (18:44 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 22 Feb 2013 00:52:39 +0000 (18:52 -0600)
commit1708ae3f1a962d3bbfcc0e673c5fa9f629d16eae
treec407eb935b047381adf7940b22aac585c6adb8e8
parenta41b73fbc71f613e4ca90ae8b9dd3bd317d026d6
filechooserbutton: Don't ever use gtk_file_chooser_get_files()

The file chooser button only supports single-selection modes, so
switch the code to a simpler gtk_file_chooser_get_file() to avoid
dealing with GSLists of a single file.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserbutton.c