GNOME Bugzilla – Bug 681211
info: assorted patches for the info panel
Last modified: 2012-08-08 01:56:31 UTC
Some deprecation fixes, some keynav fixes
Created attachment 220328 [details] [review] don't use GtkH/VBox
Created attachment 220329 [details] [review] replace one GtkTable by GtkGrid (more to do)
Created attachment 220330 [details] [review] fix one mnemonic
Created attachment 220331 [details] [review] pick a better mnemonic
Review of attachment 220328 [details] [review]: Looks good.
Review of attachment 220329 [details] [review]: Looks good.
Review of attachment 220330 [details] [review]: Looks fine.
Review of attachment 220331 [details] [review]: Looks good.
The following fixes have been pushed: 637bd51 info: change 'other media action' mnemonic 5fc4b18 info: Fix mnemonic activation for 'other media action' 34caef8 info: replace one GtkTable instance by GtkGrid a8662e4 info: Use GtkBox instead of GtkHBox/GtkVBox
Created attachment 220623 [details] [review] info: change 'other media action' mnemonic Use the A instead of the o. There are no conflicts, and using the first character as mnemonic is better.
Created attachment 220624 [details] [review] info: Fix mnemonic activation for 'other media action' The mnemonic was pointing at a box, which is not activatable.
Created attachment 220625 [details] [review] info: replace one GtkTable instance by GtkGrid
Created attachment 220626 [details] [review] info: Use GtkBox instead of GtkHBox/GtkVBox