[Psi-devel] Duplicate sound option

jim jimleking at free.fr
Thu Jun 23 15:20:16 PDT 2005


Hello.


In the actual CVS version, there is a duplicate entry in the options for the 
"Send message" sound.
One of them should be deleted.

file src/opt_sound-ui.ui :
line 108 :
	 	   <widget class="QCheckBox" row="0" column="0">
			<property name="name">
			    <cstring>chb_seMessage</cstring>
			</property>
			<property name="checked">
			    <bool>true</bool>
			</property>
			<property name="text">
			    <string>Send message</string>
			</property>
		    </widget>

...

line 185 :
		    <widget class="QCheckBox" row="7" column="0">
			<property name="name">
			    <cstring>chb_seSend</cstring>
			</property>
			<property name="checked">
			    <bool>true</bool>
			</property>
			<property name="text">
			    <string>Send message</string>
			</property>
		    </widget>


Jim.


More information about the Psi-devel-affinix.com mailing list