~ubuntu-branches/ubuntu/utopic/cairo-dock/utopic

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-keyfile-utilities.c

Tags: upstream-2.3.0~1
ImportĀ upstreamĀ versionĀ 2.3.0~1

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
                return FALSE;
369
369
        
370
370
        gchar **pKeyList = g_key_file_get_keys (pKeyFile, cGroupName, NULL, NULL);
 
371
        g_return_val_if_fail (pKeyList != NULL, FALSE);
371
372
        gchar *cValue;
372
373
        int i;
373
374
        for (i = 0; pKeyList[i] != NULL; i ++)