When a notification pops up, I am always surprised (and initially was very confused) to see an 'Execute' button. Wouldn't it be better to rename it to 'Postpone' or similar?
I believe I did not find a proper standard button for it and I did not want to create my own. Need to check what gtk3 has to offer. It has the hint text though to make it a bit more clear. Basically I agree. It could be more intuitive....
Created attachment 4902 Adds custom postpone button to orage alerts
(In reply to comment #2) > Created attachment 4902 > Adds custom postpone button to orage alerts The patch adds the function orage_create_custom_stock_button(stock_id, label_text) to functions.c. This function can be used to create button with a gtk stock-icon and a custom label text. This patch also changes the execute-button on alerts to use the gtk-ok icon with the text "Postpone".
Great ! this helps a lot.
done and available in git 4.9.3.0
Fixed in 4.10.0