Add a TODO - Federico
This commit is contained in:
@@ -21,6 +21,17 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* TODO:
|
||||
*
|
||||
* - Use g_log_set_default_handler() instead of the mess of specific handlers we
|
||||
* have in main().
|
||||
*
|
||||
* - In test_reload_sequence(), test that the selection is preserved properly
|
||||
* between unmap/map.
|
||||
*
|
||||
* - More tests!
|
||||
*/
|
||||
|
||||
#define GTK_FILE_SYSTEM_ENABLE_UNSUPPORTED
|
||||
|
||||
#include <config.h>
|
||||
@@ -592,6 +603,8 @@ main (int argc, char **argv)
|
||||
gboolean zero_critical_errors;
|
||||
int i;
|
||||
|
||||
/* FIXME: use g_log_set_default_handler() instead of this mess */
|
||||
|
||||
for (i = 0; i < G_N_ELEMENTS (domains); i++)
|
||||
g_log_set_handler (domains[i],
|
||||
G_LOG_FLAG_RECURSION | G_LOG_FLAG_FATAL | G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING,
|
||||
|
||||
Reference in New Issue
Block a user