aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xbin/installer-dialog2
-rwxr-xr-xbin/installer-gtk4
3 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e22af18..a5a061a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 07 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> bin/installer-dialog,
+ bin/installer-gtk:
+ Pass on arguments from commandline
+
07 Apr 2008; Andrew Gaffney <agaffney@gentoo.org>
src/fe/gtk/ProgressDialog.py:
Truncate progress bar status text at 80 characters
diff --git a/bin/installer-dialog b/bin/installer-dialog
index e6bbc7d..e22711f 100755
--- a/bin/installer-dialog
+++ b/bin/installer-dialog
@@ -4,5 +4,5 @@ INSTALL_DIR=/opt/installer
export PYTHONPATH="${INSTALL_DIR}"
cd ${INSTALL_DIR}/fe/dialog
-./gli-dialog.py
+./gli-dialog.py "$@"
diff --git a/bin/installer-gtk b/bin/installer-gtk
index 8c1ce25..6a0f982 100755
--- a/bin/installer-gtk
+++ b/bin/installer-gtk
@@ -4,6 +4,4 @@ INSTALL_DIR=/opt/installer
export PYTHONPATH="${INSTALL_DIR}"
cd ${INSTALL_DIR}/fe/gtk
-./gtkfe.py
-
-
+./gtkfe.py "$@"