Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5548 → Rev 5547

/programs/cmm/pixie/pixie.c
62,10 → 62,7
THEME_LIGHT
};
 
char work_folder[4096],
current_filename[256];
 
 
#include "get_files_list.h"
#include "settings.h"
#include "check_default_player.h"
92,11 → 89,7
strcpy(#work_folder, #param);
work_folder[strrchr(#work_folder, '/')-1]='\0';
}
if (work_folder)
{
OpenDirectory(#work_folder);
SetOpenedFileFirst(#param);
}
if (work_folder) OpenDirectory(#work_folder);
 
StartPlayingMp3();
list.SetSizes(1, skin.h, skin.w-1, 198, 40, 18);
150,7 → 143,7
} while (drag_mouse.lkm);
}
if (m.pkm) && (m.y > skin.h)
notify("'Pixies Player v1.11\nChange sound volume: Left/Right key\nChange skin: F1/F2\nMute: M key' -St\n");
notify("'Pixies Player v1.1\nChange sound volume: Left/Right key\nChange skin: F1/F2\nMute: M key' -St\n");
break;
 
case evButton:
239,7 → 232,7
if (current_playing_file_n < list.count)
{
current_playing_file_n = list.current;
if (list.KeyDown()) StartPlayingMp3();
StartPlayingMp3();
}
else
{
256,7 → 249,6
{
int i;
int yyy;
char temp_filename[4096];
for (i=0; i<list.visible; i++;)
{