e: add const

SVN revision: 48822
This commit is contained in:
Sebastian Dransfeld 2010-05-13 20:24:26 +00:00
parent 8983a44a51
commit 4850e4dc2c
2 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,7 @@ e_fm2_dbus_volume_add(E_Volume *v)
{
char label[1024] = {0};
char size[256] = {0};
char *icon = NULL;
const char *icon = NULL;
unsigned long long sz;
/* Compute the size in a readable form */

View File

@ -797,6 +797,7 @@ main(int argc, char **argv)
}
}
efreet_icon_extension_add(".edj");
efreet_icon_extension_add(".svg");
TS("efreet paths done");
e_init_status_set(_("Setup System Controls"));