comparison audacious/glade/prefswin.glade @ 2019:d3a62e1075e2 trunk

[svn] Allow \ to / conversion to be switched on & off, by external contributor Chris Kehler <cbkehler@sympatico.ca>.
author chainsaw
date Wed, 29 Nov 2006 12:45:02 -0800
parents bde68c58a207
children 3c61d2c4fe89
comparison
equal deleted inserted replaced
2018:58ea18909fe7 2019:d3a62e1075e2
1777 <property name="active">False</property> 1777 <property name="active">False</property>
1778 <property name="inconsistent">False</property> 1778 <property name="inconsistent">False</property>
1779 <property name="draw_indicator">True</property> 1779 <property name="draw_indicator">True</property>
1780 <signal name="toggled" handler="on_playlist_convert_twenty_toggled"/> 1780 <signal name="toggled" handler="on_playlist_convert_twenty_toggled"/>
1781 <signal name="realize" handler="on_playlist_convert_twenty_realize" after="yes"/> 1781 <signal name="realize" handler="on_playlist_convert_twenty_realize" after="yes"/>
1782 </widget>
1783 </child>
1784 </widget>
1785 <packing>
1786 <property name="padding">0</property>
1787 <property name="expand">False</property>
1788 <property name="fill">False</property>
1789 </packing>
1790 </child>
1791
1792 <child>
1793 <widget class="GtkAlignment" id="alignment88">
1794 <property name="visible">True</property>
1795 <property name="xalign">0.5</property>
1796 <property name="yalign">0.5</property>
1797 <property name="xscale">1</property>
1798 <property name="yscale">1</property>
1799 <property name="top_padding">0</property>
1800 <property name="bottom_padding">0</property>
1801 <property name="left_padding">12</property>
1802 <property name="right_padding">0</property>
1803
1804 <child>
1805 <widget class="GtkCheckButton" id="playlist_convert_slash">
1806 <property name="visible">True</property>
1807 <property name="can_focus">True</property>
1808 <property name="label" translatable="yes">Convert forward slash '\' to backslash '/'</property>
1809 <property name="use_underline">True</property>
1810 <property name="relief">GTK_RELIEF_NORMAL</property>
1811 <property name="focus_on_click">True</property>
1812 <property name="active">False</property>
1813 <property name="inconsistent">False</property>
1814 <property name="draw_indicator">True</property>
1815 <signal name="realize" handler="on_playlist_convert_slash_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:40:06 GMT"/>
1816 <signal name="toggled" handler="on_playlist_convert_slash_toggled" last_modification_time="Sat, 03 Jul 2004 04:40:16 GMT"/>
1782 </widget> 1817 </widget>
1783 </child> 1818 </child>
1784 </widget> 1819 </widget>
1785 <packing> 1820 <packing>
1786 <property name="padding">0</property> 1821 <property name="padding">0</property>