buggraveman - Bugs: bug #18444, case-insensitivity

 
 

bug #18444: case-insensitivity

Submitter:  None
Submitted:  Sun 03 Dec 2006 05:05:59 PM UTC
   
 
Severity:  3 - Normal Status:  None
Assigned to:  None Originator Name:  rem
Open/Closed:  Open Release:  * 0.3.12
Fixed Release:  None cdrecord version: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 04 Dec 2006 05:36:39 PM UTC, comment #1: 

This one is easy to fix, in interface.c look for this line numbers and change them:

948: gtk_file_filter_add_pattern(filteraudio, "*.flac");
change to: gtk_file_filter_add_pattern(filteraudio, "*.[fF][lL][aA][cC]");

951: gtk_file_filter_add_pattern(filterflac, "*.flac");
change to: gtk_file_filter_add_pattern(filterflac, "*.[fF][lL][aA][cC]");

And repeat for lines 956, 959, 964, 967, 970, and 974. For example  .mp3 is changed to .[mM][pP]3

makz <makz>
Sun 03 Dec 2006 05:05:59 PM UTC, original submission:  

The file chooser isn't case sensitive. So any files ended with "MP3", "OGG", "FLAC" or "WAV" are hidden.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makz (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code