Skip to content

Commit

Permalink
Brought back info for multi-app pnds; for some reason I'd just change…
Browse files Browse the repository at this point in the history
…d it so it was one info per pnd, but really should be one info per subapp in a pnd
  • Loading branch information
skeezix committed Mar 12, 2010
1 parent 8da4fd0 commit 8a4b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pnd_desktop.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ unsigned char pnd_emit_dotinfo ( char *targetpath, char *pndrun, pnd_disco_t *p

// set up

sprintf ( filename, "%s/%s#info.desktop", targetpath, p -> unique_id );
sprintf ( filename, "%s/%s#%uinfo.desktop", targetpath, p -> unique_id, p -> subapp_number );

// emit

Expand Down

0 comments on commit 8a4b1c8

Please sign in to comment.