aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-19 14:47:52 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-19 14:47:52 +0000
commitaff84f71451528f25e6f2f5ae1f862b0e85fc399 (patch)
tree3e7eae8b003441c0fc55f030eba2a5b4e4df22ed
parent264c72a75ab134d15bc80bd40d4ea1691bc7fa94 (diff)
downloadrpmdrake-aff84f71451528f25e6f2f5ae1f862b0e85fc399.tar
rpmdrake-aff84f71451528f25e6f2f5ae1f862b0e85fc399.tar.gz
rpmdrake-aff84f71451528f25e6f2f5ae1f862b0e85fc399.tar.bz2
rpmdrake-aff84f71451528f25e6f2f5ae1f862b0e85fc399.tar.xz
rpmdrake-aff84f71451528f25e6f2f5ae1f862b0e85fc399.zip
(run_treeview_dialog) fix width of title by workarounding Gtk+ (#48259)
-rwxr-xr-xMandrivaUpdate2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index 20a75dbc..21678716 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -146,7 +146,7 @@ sub run_treeview_dialog {
gtkpack_(
gtknew('VBox', spacing => 3),
if_(!$is_small_screen, 0, getbanner()),
- 0, gtknew('Title2', label => N("Here is the list of software package updates")),
+ 0, gtknew('Title2', label => N("Here is the list of software package updates"), width => 600),
1, create_vpaned(
gtknew('ScrolledWindow', width => $typical_width*0.9, height => $is_small_screen ? 150 : 200,
child => $list = Gtk2::SimpleList->new(
diff --git a/NEWS b/NEWS
index 0396cf71..7390e2cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- MandrivaUpdate:
+ o fix width of title by workarounding Gtk+ (#48259)
- rpmdrake:
o do not try to update & parse inactive sources backports media