<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,7 @@ function install_ndis() {
 		gtkdialog --program=ALERT_MESSAGE &gt;/dev/null
 		return 1
 	fi
-	ndiswrapper &quot;${i}&quot; &gt;/dev/null 2&gt;&amp;1
+	ndiswrapper -i &quot;${1}&quot; &gt;/dev/null 2&gt;&amp;1
 	ret=$?
 	if [ ${ret} -eq 25 ]; then
 		ALERT_MESSAGE=&quot;&lt;vbox&gt;&lt;pixmap&gt;&lt;input file&gt;${ERROR_IMG48}&lt;/input&gt;&lt;/pixmap&gt;&lt;text use-markup=\&quot;true\&quot;&gt;&lt;label&gt;\&quot;&lt;b&gt;Driver is already installed&lt;/b&gt;\&quot;&lt;/label&gt;&lt;/text&gt;&lt;button ok&gt;&lt;input file&gt;${OK_IMG}&lt;/input&gt;&lt;/button&gt;&lt;/vbox&gt;&quot;
@@ -28,6 +28,7 @@ function install_ndis() {
 		gtkdialog --program=ALERT_MESSAGE &gt;/dev/null
 		return 0
 	fi
+	return 0
 }
 
 export MAIN_DIALOG=&quot;</diff>
      <filename>usr/share/kwort/knm/installndisdriver</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e45c00c5a8bed11e3b92fadb2a296afd71a3b38b</id>
    </parent>
  </parents>
  <author>
    <name>David B. Cortarello</name>
    <email>dcortarello@gmail.com</email>
  </author>
  <url>http://github.com/nomius/kwtools/commit/eb909d5b970cb6a22d32f4147c80e80df839263d</url>
  <id>eb909d5b970cb6a22d32f4147c80e80df839263d</id>
  <committed-date>2009-05-17T17:16:40-07:00</committed-date>
  <authored-date>2009-05-17T17:16:40-07:00</authored-date>
  <message>Fixed the installation of ndiswrapper drivers because -i was
missing and a wrong variable name.
To make things sure, let's return 0 at the end of the
install_ndis function.</message>
  <tree>823842d6d26a15589738b03b6ca9e1fe321743b3</tree>
  <committer>
    <name>David B. Cortarello</name>
    <email>dcortarello@gmail.com</email>
  </committer>
</commit>
