Formatting.

SVN revision: 29321
This commit is contained in:
Sebastian Dransfeld 2007-04-03 18:43:30 +00:00
parent 4940f1520e
commit 82bf357ecc
1 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ efreet_util_init(void)
Efreet_Cache_Fill *fill;
Ecore_List *dirs;
if (EFREET_EVENT_UTIL_DESKTOP_LIST_CHANGE == 0)
if (!EFREET_EVENT_UTIL_DESKTOP_LIST_CHANGE)
EFREET_EVENT_UTIL_DESKTOP_LIST_CHANGE = ecore_event_type_new();
desktop_by_file_id = ecore_hash_new(ecore_str_hash, ecore_str_compare);
ecore_hash_set_free_key(desktop_by_file_id, ECORE_FREE_CB(ecore_string_release));