aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 21:16:23 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 21:16:23 +0200
commitbc2a398fae253156e17a8d988361e86b24df7db9 (patch)
tree8d6ae8d247f97fec261c0c6987d262445df0d6a2 /uzbl.c
parentc3be3f21d7dc8cce68bcf122a78a97ce1fb2a8c7 (diff)
todo cleanups
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c2
1 files changed, 1 insertions, 1 deletions
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");