[placeDisplay] Fix dnd regression

DND from the places section broke with 1c4c3afb when St.Label was
replaced with St.Button.
To fix, replace St.Button with St.Clickable and use a fake_release
when starting a drag.

https://bugzilla.gnome.org/show_bug.cgi?id=609218
This commit is contained in:
Florian Müllner
2010-02-23 14:25:09 +01:00
parent 8b792f8942
commit ddfe9442fa
2 changed files with 65 additions and 16 deletions

View File

@ -516,10 +516,18 @@ StTooltip {
/* Places */
.places-actions {
.places-item-box {
spacing: 4px;
}
.places-item {
padding: 2px;
}
.places-actions {
spacing: 2px;
}
#placesDevices {
padding-top: 4px;
}