Revision c19b3e2ecd48d503a4746384ec70736c4287d24d authored by Jose Carlos Garcia Sogo on 27 November 2012, 17:48:55 UTC, committed by Jose Carlos Garcia Sogo on 13 December 2012, 22:38:12 UTC
 + Do not raise undesired signals when we set text in the GtkEntry in the code
 + Only set the text once.
1 parent 464612c
Raw File
darktableconfig.dtd
<!ELEMENT dtconfiglist (dtconfig)*>
<!ELEMENT dtconfig (name,type,default,capability?,shortdescription?,longdescription?)>
<!ATTLIST dtconfig
	prefs (core|gui) #IMPLIED
        capability CDATA #IMPLIED
>
<!ELEMENT name (#PCDATA)>
<!ELEMENT type (#PCDATA|enum)*>
<!ATTLIST type
	min CDATA #IMPLIED
	max CDATA #IMPLIED
>
<!ELEMENT enum (option)+>
<!ELEMENT option (#PCDATA)>
<!ELEMENT default (#PCDATA)>
<!ELEMENT shortdescription (#PCDATA)>
<!ELEMENT longdescription (#PCDATA)>
back to top