From bc2a398fae253156e17a8d988361e86b24df7db9 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 26 Apr 2009 21:16:23 +0200 Subject: todo cleanups --- uzbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uzbl.c') diff --git a/uzbl.c b/uzbl.c index 9337e08..97da165 100644 --- a/uzbl.c +++ b/uzbl.c @@ -399,7 +399,7 @@ settings_init () { printf("Config file: %s\n", config_file); GKeyFile* config = g_key_file_new (); - gboolean res = g_key_file_load_from_file (config, config_file, G_KEY_FILE_NONE, NULL); //TODO: pass config file as argument + gboolean res = g_key_file_load_from_file (config, config_file, G_KEY_FILE_NONE, NULL); if (res) { printf ("Config loaded\n"); -- cgit v1.2.3