Bugzilla – Attachment 269445 Details for
Bug 471765
GTK button order wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix gtk dialogue button order.
fixgtk.diff (text/plain), 651 bytes, created by
Benjamin Weber
on 2009-02-02 23:39:48 UTC
(
hide
)
Description:
Fix gtk dialogue button order.
Filename:
MIME Type:
Creator:
Benjamin Weber
Created:
2009-02-02 23:39:48 UTC
Size:
651 bytes
patch
obsolete
>--- ./gtkdialog.c 2009-02-02 23:27:10.000000000 +0000 >+++ ./gtkdialog.c 2008-11-15 00:17:37.000000000 +0000 >@@ -539,6 +539,8 @@ > > va_end (args); > >+ gtk_dialog_set_alternative_button_order (dialog,GTK_RESPONSE_YES,GTK_RESPONSE_OK,GTK_RESPONSE_NO,GTK_RESPONSE_CANCEL,GTK_RESPONSE_HELP,-1); >+ > return GTK_WIDGET (dialog); > } > >@@ -667,7 +669,7 @@ > gtk_dialog_add_action_widget (dialog, > button, > response_id); >- >+ gtk_dialog_set_alternative_button_order (dialog,GTK_RESPONSE_YES,GTK_RESPONSE_OK,GTK_RESPONSE_NO,GTK_RESPONSE_CANCEL,GTK_RESPONSE_HELP,-1); > return button; > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 471765
: 269445