From 82583acbe28b9bbfc581df8081d22191af342801 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 22 Mar 2006 22:45:29 +0100 Subject: * fix a width limitation in the SoftwareProperties window --- SoftwareProperties/SoftwareProperties.py | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index ae2d5ecc..5d39f5b1 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -189,7 +189,7 @@ class SoftwareProperties(SimpleGladeApp): tr.set_property("ypad", 10) source_col = gtk.TreeViewColumn("Description", tr, markup=LIST_MARKUP) - source_col.set_max_width(500) + #source_col.set_max_width(500) toggle = gtk.CellRendererToggle() toggle.connect("toggled", self.on_channel_toggled) diff --git a/debian/changelog b/debian/changelog index 97151480..8f0034b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ update-manager (0.42.2ubuntu8) dapper; urgency=low * Use the the number of available and not selected updates to determinate if the system is up-to-date (fixes #35300) * fix ui problem with software preferences (fixes #35987) + * fix width problem in SoftwareProperties -- Michael Vogt Wed, 22 Mar 2006 21:57:28 +0100 -- cgit v1.2.3