aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-07 11:29:54 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-07 11:29:54 +0000
commit4e4d46ebbe5ac717c0c06e99ee0d8f39eea72219 (patch)
tree0e46779e36e05d789137e49fd03cc53e68bce70d /Rpmdrake/edit_urpm_sources.pm
parent471417523da0043edc5f7336ced7869c1acb0b05 (diff)
downloadrpmdrake-4e4d46ebbe5ac717c0c06e99ee0d8f39eea72219.tar
rpmdrake-4e4d46ebbe5ac717c0c06e99ee0d8f39eea72219.tar.gz
rpmdrake-4e4d46ebbe5ac717c0c06e99ee0d8f39eea72219.tar.bz2
rpmdrake-4e4d46ebbe5ac717c0c06e99ee0d8f39eea72219.tar.xz
rpmdrake-4e4d46ebbe5ac717c0c06e99ee0d8f39eea72219.zip
(keys_callback) switch to "pijama" mode
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rwxr-xr-xRpmdrake/edit_urpm_sources.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index 8e964ed6..fe8f96d5 100755
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -790,6 +790,7 @@ sub keys_callback() {
my $key_col_size = 200;
my $keys_list_ls = Gtk2::ListStore->new("Glib::String", "Glib::String");
my $keys_list = Gtk2::TreeView->new_with_model($keys_list_ls);
+ $keys_list->set_rules_hint(1);
$keys_list->append_column(my $col = Gtk2::TreeViewColumn->new_with_attributes(N("_:cryptographic keys\nKeys"), my $renderer = Gtk2::CellRendererText->new, 'text' => 0));
$col->set_sizing('fixed');
$col->set_fixed_width($key_col_size);