Fixed a bug introduced in my last commit which caused to make the button

2007-07-26  Denis Washington <denisw@svn.gnome.org>

	* data/appearance.glade:
	Fixed a bug introduced in my last commit which caused to make the
	button box appear above the cursors list in the theme details window.

	* appearance-style.c: (cursor_theme_sort_func), (prepare_list):
	Make "Default Pointer" always appear as first item in the list.

svn path=/trunk/; revision=7891
This commit is contained in:
Denis Washington 2007-07-26 17:10:12 +00:00 committed by Denis Washington
parent 78b4743519
commit e7c179fa94
3 changed files with 42 additions and 2 deletions

View file

@ -2334,6 +2334,9 @@ Text only</property>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="cursor_size_hbox">
@ -2416,10 +2419,10 @@ Text only</property>
<property name="position">2</property>
</packing>
</child>
</widget>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
<property name="position">2</property>
</packing>
</child>
</widget>