Changeset 10827


Ignore:
Timestamp:
Jun 23, 2010, 4:31:09 PM (13 years ago)
Author:
charles
Message:

(2.0x gtk) #3336 "gtk client confuses magnet links as files and tries to trash them" -- fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0x/gtk/util.c

    r10717 r10827  
    461461gtr_file_trash_or_remove( const char * filename )
    462462{
    463     if( filename && *filename )
     463    if( filename && g_file_test( filename, G_FILE_TEST_EXISTS ) )
    464464    {
    465465        gboolean trashed = FALSE;
Note: See TracChangeset for help on using the changeset viewer.