diff options
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 11910a34..62059c09 100644 --- a/src/core/main.c +++ b/src/core/main.c | |||
@@ -126,7 +126,8 @@ main (int argc, char *const *argv) | |||
126 | bind_textdomain_codeset ("gnunet-gtk", "UTF-8"); | 126 | bind_textdomain_codeset ("gnunet-gtk", "UTF-8"); |
127 | #endif | 127 | #endif |
128 | setIconSearchPath (); | 128 | setIconSearchPath (); |
129 | GNUNET_GTK_initialize_common_library (cfg, &GNUNET_GTK_main_quit); | 129 | GNUNET_GTK_initialize_common_library (cfgFilename, |
130 | cfg, &GNUNET_GTK_main_quit); | ||
130 | /* configure GTK logging */ | 131 | /* configure GTK logging */ |
131 | GNUNET_GC_get_configuration_value_string (cfg, | 132 | GNUNET_GC_get_configuration_value_string (cfg, |
132 | "LOGGING", | 133 | "LOGGING", |