aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rwxr-xr-xgurpmi.addmedia3
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bb4db73..b4a5ca17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+- gurpmi.addmedia:
+ o set dialog hint if drakx-matchbox-window-manager is used
+ (for installer)
+
Version 4.20.1 - 20 September 2008, Thierry Vignaud
- rpmdrake:
diff --git a/gurpmi.addmedia b/gurpmi.addmedia
index 85137ccc..0b6b5eb6 100755
--- a/gurpmi.addmedia
+++ b/gurpmi.addmedia
@@ -50,6 +50,9 @@ use Rpmdrake::open_db;
use lib qw(/usr/lib/libDrakX);
use urpm::media;
use common;
+use any;
+
+any::set_wm_hints_if_needed($in);
require_root_capability();