Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159555 Details for
Bug 248795
help does not launch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
fix for the help location problem
wxGlade-fix-help.patch (text/plain), 971 bytes, created by
Stephanos Manos
on 2007-07-18 20:41:34 UTC
(
hide
)
Description:
fix for the help location problem
Filename:
MIME Type:
Creator:
Stephanos Manos
Created:
2007-07-18 20:41:34 UTC
Size:
971 bytes
patch
obsolete
>--- common.py.orig 2007-07-18 23:30:33.000000000 +0300 >+++ common.py 2007-07-18 23:32:34.000000000 +0300 >@@ -16,6 +16,9 @@ > # program path, set in wxglade.py > wxglade_path = '.' > >+# documentation path >+wxglade_docs_path = '/usr/share/doc/wxGlade-0.5' >+ > # widgets dictionary: each key is the name of some EditWidget class; the mapped > # value is a 'factory' function which actually builds the object. Each of these > # functions accept 3 parameters: the parent of the widget, the sizer by which >--- main.py.orig 2007-07-18 23:00:16.000000000 +0300 >+++ main.py 2007-07-18 23:30:57.000000000 +0300 >@@ -780,7 +780,7 @@ > self.about_box.ShowModal() > > def show_tutorial(self, event): >- docs_path = os.path.join(common.wxglade_path, 'docs', 'index.html') >+ docs_path = os.path.join(common.wxglade_docs_path, 'docs', 'index.html') > if wx.Platform == "__WXMAC__": > os.system('open -a Help\ Viewer.app %s' % docs_path) > else:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248795
: 159555