diff src/audacious/playlist.c @ 4062:c8ef2a2e3d93

oops...
author Eugene Zagidullin <e.asphyx@gmail.com>
date Tue, 04 Dec 2007 03:33:15 +0300
parents 2082537138d0
children 069d37422964
line wrap: on
line diff
--- a/src/audacious/playlist.c	Tue Dec 04 03:26:29 2007 +0300
+++ b/src/audacious/playlist.c	Tue Dec 04 03:33:15 2007 +0300
@@ -2531,7 +2531,7 @@
     PLAYLIST_UNLOCK(playlist);
 
     if (playlist->position->decoder != NULL && playlist->position->decoder->update_song_tuple != NULL &&
-        playlist->position->decoder->file_info_box == NULL && path != NULL) {
+        playlist->position->decoder->file_info_box == NULL && path != NULL && !vfs_is_remote(path)) {
 
         fileinfo_show_editor_for_path(path, playlist->position->decoder);
         g_free(path);