don't declare the backgrounds icon view reorderable. It's not. Besides,

2008-03-19  Jens Granseuer  <jensgr@gmx.net>

	* data/appearance.glade: don't declare the backgrounds icon view
	reorderable. It's not. Besides, setting this property breaks the
	custom drag and drop functionality (bug #523347). This fixes the
	critical warning when trying to drag an unselected item, but it looks
	like the new nautilus doesn't support background drag and drop, anyway

svn path=/trunk/; revision=8584
This commit is contained in:
Jens Granseuer 2008-03-19 19:16:57 +00:00 committed by Jens Granseuer
parent b92e2f90e5
commit 5a04feb49a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2008-03-19 Jens Granseuer <jensgr@gmx.net>
* data/appearance.glade: don't declare the backgrounds icon view
reorderable. It's not. Besides, setting this property breaks the
custom drag and drop functionality (bug #523347). This fixes the
critical warning when trying to drag an unselected item, but it looks
like the new nautilus doesn't support background drag and drop, anyway
2008-03-11 Jens Granseuer <jensgr@gmx.net>
* data/appearance.glade: don't resize the font samples vertically when

View file

@ -838,7 +838,6 @@
<property name="selection_mode">GTK_SELECTION_BROWSE</property>
<property name="row_spacing">3</property>
<property name="column_spacing">3</property>
<property name="reorderable">True</property>
<property name="width_request">1</property>
<property name="has_tooltip">True</property>
</widget>