GNOME Bugzilla – Bug 80072
eel_show_yes_no_dialog() ignores button titles.
Last modified: 2004-12-22 21:47:04 UTC
Nautilus tries to make nice HIG-compliant dialogs, but eel_show_yes_no_dialog() ignores the button title parameters. So people just see nasty Yes|No dialogs.
Created attachment 7990 [details] [review] Use custom Yes/No button titles.
This patch should fix about 10 non-HIG-compliant dialogs in Nautilus.
Created attachment 7991 [details] [review] v2 with correct button ordering
Does this work? It doesn't show the dialog.
Added show() and applied.