printing: gtk_print_settings_load_key_file() ignores group_name

This commit is contained in:
Carlos Garcia Campos 2012-01-11 14:37:08 +01:00 committed by Carlos Garcia Campos
parent 7fdf2e0bde
commit b9c7f057f1

View File

@ -1808,7 +1808,7 @@ gtk_print_settings_load_key_file (GtkPrintSettings *settings,
gchar *value; gchar *value;
value = g_key_file_get_string (key_file, value = g_key_file_get_string (key_file,
KEYFILE_GROUP_NAME, group_name,
keys[i], keys[i],
NULL); NULL);
if (!value) if (!value)