[Pidgin] #6334: Default button on 'New Mail' dialog
Pidgin
trac at pidgin.im
Tue Jul 15 09:26:58 EDT 2008
#6334: Default button on 'New Mail' dialog
--------------------------+-------------------------------------------------
Reporter: bugmenot | Type: defect
Status: new | Priority: minor
Component: pidgin (gtk) | Version: 2.4.3
Keywords: mail,notify | Pending: 0
--------------------------+-------------------------------------------------
The 'New Mail' dialog has an 'Open All Messages' button that is
{{{GTK_RESPONSE_ACCEPT}}}, but this button is not marked as the default.
It's useful to just hit Enter and have all new mail open, and this
arguably what users will except.
Suggestion for the {{{pidgin_get_mail_dialog(void)}}} in
{{{pidgin/gtknotify.c}}}:
{{{
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_ACCEPT);
}}}
(please forgive the lack of a proper patch)
--
Ticket URL: <http://developer.pidgin.im/ticket/6334>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list