mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
fixes bug 225424 "The View/Apply Theme menu of available themes should be sorted alphabetically"
patch by malcolm-bmo@farside.org.uk r=neil@parkwaycc.co.uk sr=alecf a=asa
This commit is contained in:
parent
e34e32cc99
commit
6288cd9e95
@ -51,7 +51,9 @@
|
||||
|
||||
<listbox id="skinsList" datasources="rdf:chrome"
|
||||
onselect="themeSelect();"
|
||||
ref="urn:mozilla:skin:root" rows="5">
|
||||
ref="urn:mozilla:skin:root" rows="5"
|
||||
sortResource="http://www.mozilla.org/rdf/chrome#displayName"
|
||||
sortDirection="ascending">
|
||||
<template>
|
||||
<rule>
|
||||
<listitem uri="..." skin="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user