On Wed, 2007-02-07 at 20:56 -0500, Braden McDaniel wrote:
> It seems that--by default, at least--pressing "Enter" in the Location
> entry of a GtkFileChooserDialog does not constitute a "response" (that
> is, it does not close the dialog).
> 
> Can this be changed? Or can it be fudged?

Nevermind. I just needed to do:

        gtk_dialog_set_default_response(GTK_DIALOG(file_chooser_dialog),
                                        GTK_RESPONSE_ACCEPT);

-- 
Braden McDaniel                           e-mail: <[EMAIL PROTECTED]>
<http://endoframe.com>                    Jabber: <[EMAIL PROTECTED]>


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to