]> git.pld-linux.org Git - packages/Narval.git/commitdiff
- make horn look into /usr/share/narval/apps for packages to install
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 20 Oct 2001 10:23:37 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (this makes it easy to locate narval packages installed from rpm)

Changed files:
    Narval-apps_dir.patch -> 1.1

Narval-apps_dir.patch [new file with mode: 0644]

diff --git a/Narval-apps_dir.patch b/Narval-apps_dir.patch
new file mode 100644 (file)
index 0000000..df8e9da
--- /dev/null
@@ -0,0 +1,11 @@
+diff -durN Narval-1.1.orig/narval/gui/HornGuiController.py Narval-1.1/narval/gui/HornGuiController.py
+--- Narval-1.1.orig/narval/gui/HornGuiController.py    Mon Oct 15 10:39:09 2001
++++ Narval-1.1/narval/gui/HornGuiController.py Sat Oct 20 11:55:49 2001
+@@ -320,6 +320,7 @@
+    
+     def _install_dlg(self):
+         fs = GtkFileSelection(unicode_to_gtk(_("Select package to install")))
++      fs.set_filename("/usr/share/narval/apps/")
+         fs.set_position(WIN_POS_CENTER)
+         fs.connect_object("destroy",lambda x:x.destroy(),fs)
+         fs.ok_button.connect_object("clicked",self._install,fs)
This page took 0.184823 seconds and 4 git commands to generate.