[banshee: 33/61] [InternetArchive] DetailsView list width tweak
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee: 33/61] [InternetArchive] DetailsView list width tweak
- Date: Tue, 3 Nov 2009 06:30:37 +0000 (UTC)
commit 141e5458699836562ae7db92c1f05e2f8f0b7bc5
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Oct 13 10:05:38 2009 -0700
[InternetArchive] DetailsView list width tweak
.../Banshee.InternetArchive/DetailsView.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
index ae29218..e8c5ec1 100644
--- a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
+++ b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive/DetailsView.cs
@@ -360,7 +360,7 @@ namespace Banshee.InternetArchive
target_list_width += file_sw.VScrollbar.Allocation.Width + 2;
}
- if (a.Allocation.Width != target_list_width) {
+ if (a.Allocation.Width != target_list_width && target_list_width > 0) {
file_sw.SetSizeRequest (target_list_width, -1);
}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]