comparison src/editors.c @ 1746:a0e47436b552

editor fixes - fixed editor loading order - fixed EditorWindow->modified flag handling
author nadvornik
date Sat, 12 Sep 2009 15:51:37 +0000
parents 1cc12c4b841a
children ebfb5af3f5de
comparison
equal deleted inserted replaced
1745:7a6f3ffa036a 1746:a0e47436b552
428 list = editor_add_desktop_dir(list, path); 428 list = editor_add_desktop_dir(list, path);
429 g_free(path); 429 g_free(path);
430 } 430 }
431 431
432 g_strfreev(split_dirs); 432 g_strfreev(split_dirs);
433 return g_list_reverse(list); 433 return list;
434 } 434 }
435 435
436 static void editor_list_add_cb(gpointer key, gpointer value, gpointer data) 436 static void editor_list_add_cb(gpointer key, gpointer value, gpointer data)
437 { 437 {
438 GList **listp = data; 438 GList **listp = data;