[fox] add missing patch

Mamoru Tasaka mtasaka at fedoraproject.org
Sun May 5 11:41:23 UTC 2013


commit 7e0c9fffd7f98c0338e62da98a6e9c55a9c79fc8
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sun May 5 20:41:09 2013 +0900

    add missing patch

 fox-1.6.49-adie-syspath.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/fox-1.6.49-adie-syspath.patch b/fox-1.6.49-adie-syspath.patch
new file mode 100644
index 0000000..a408636
--- /dev/null
+++ b/fox-1.6.49-adie-syspath.patch
@@ -0,0 +1,14 @@
+--- fox-1.6.49/adie/Adie.cpp.syspath	2013-04-08 03:51:42.000000000 +0900
++++ fox-1.6.49/adie/Adie.cpp	2013-04-30 08:04:45.000000000 +0900
+@@ -122,7 +122,10 @@
+   associations->setIconPath(reg().readStringEntry("SETTINGS","iconpath",FXIconDict::defaultIconPath));
+ 
+   // Hunt for the syntax file
+-  syntaxfile=FXPath::search(FXSystem::getExecPath(),"Adie.stx");
++  //syntaxfile=FXPath::search(FXSystem::getExecPath(),"Adie.stx");
++  FXString syntaxpath("/usr/share/fox");
++  syntaxpath += FXSystem::getExecPath();
++  syntaxfile=FXPath::search(syntaxpath,"Adie.stx");
+ 
+   // Load syntax file
+   if(!syntaxfile.empty()){


More information about the scm-commits mailing list