Context menu 'Process with Phatch ...' shows an empty list

Bug #547203 reported by Stani
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Phatch
Fix Released
Critical
Stani

Bug Description

It shouldn't.

Tags: windows
Stani (stani)
Changed in phatch:
status: Confirmed → In Progress
Stani (stani)
summary: - [Windows] Context menu 'Process with Phatch ...' shows an empty list
+ Context menu 'Process with Phatch ...' shows an empty list
Revision history for this message
Stani (stani) wrote :

Committed revision 1903.

$ bzr diff
=== modified file 'phatch/pyWx/gui.py'
--- phatch/pyWx/gui.py 2010-03-25 21:43:13 +0000
+++ phatch/pyWx/gui.py 2010-03-26 17:16:25 +0000
@@ -1082,11 +1082,11 @@
     def get_action_list_files(self):
         return glob.glob(os.path.join(
                 CONTEXT['user_actionlists_path'],
- '*.%s' % CONTEXT['app_extension'],
+ '*%s' % CONTEXT['app_extension'],
             )) +\
             glob.glob(os.path.join(
                 CONTEXT['app_actionlists_path'],
- '*.%s' % CONTEXT['app_extension'],
+ '*%s' % CONTEXT['app_extension'],
             ))

     def get_action_list(self, file_list):

Changed in phatch:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.