Change new ibar .order files to use .desktop, eaps have been gone for a while.

SVN revision: 27792
This commit is contained in:
Christopher Michael 2007-01-04 12:44:20 +00:00
parent 92476eb25c
commit c3cde289fc
1 changed files with 3 additions and 3 deletions

View File

@ -198,9 +198,9 @@ _cb_entry_ok(char *text, void *data)
if (f)
{
/* Populate this .order file with some defaults */
snprintf(tmp, sizeof(tmp), "xterm.eap\n" "sylpheed.eap\n"
"firefox.eap\n" "openoffice.eap\n" "xchat.eap\n"
"gimp.eap\n" "xmms.eap\n");
snprintf(tmp, sizeof(tmp), "xterm.desktop\n" "sylpheed.desktop\n"
"firefox.desktop\n" "openoffice.desktop\n" "xchat.desktop\n"
"gimp.desktop\n" "xmms.desktop\n");
fwrite(tmp, sizeof(char), strlen(tmp), f);
fclose(f);
}