SVN revision: 24045
This commit is contained in:
sebastid 2006-07-19 13:27:04 +00:00 committed by sebastid
parent 0ec2af42bd
commit 38677a8b72
1 changed files with 4 additions and 1 deletions

View File

@ -558,7 +558,10 @@ _e_border_menu_cb_icon_edit(void *data, E_Menu *m, E_Menu_Item *mi)
a->startup_notify = 1;
if (bd->client.netwm.icons)
{
/* FIXME: Find the icon with the best size */
/* FIXME
* - Find the icon with the best size
* - Should use mkstemp
*/
const char *tmp;
tmp = getenv("TMPDIR");