aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-xMandrivaUpdate6
1 files changed, 6 insertions, 0 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index ccf79ab0..82c2f7d3 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -42,6 +42,12 @@ use ugtk2 qw(:all);
use Gtk2::Gdk::Keysyms;
use Gtk2::SimpleList;
+# make Rpmdrake::gui aware MandrivaUpdate do not use the same columns ids as rpmdrake:
+%Rpmdrake::gui::pkg_columns = (
+ text => 1,
+ selected => 0,
+);
+
$ugtk2::wm_icon = "title-$MODE";
our $w;