pidgin/pidginabout.c

changeset 38663
a463d40cb9ec
parent 38662
808d7958b434
child 38664
253a9bbc3317
equal deleted inserted replaced
38662:808d7958b434 38663:a463d40cb9ec
76 JsonArray *developers = NULL; 76 JsonArray *developers = NULL;
77 77
78 /* get a stream to the developers resource */ 78 /* get a stream to the developers resource */
79 istream = g_resource_open_stream( 79 istream = g_resource_open_stream(
80 pidgin_get_resource(), 80 pidgin_get_resource(),
81 "/im/pidgin/Pidgin/About/developers.json", 81 "/im/pidgin/Pidgin/About/credits.json",
82 G_RESOURCE_LOOKUP_FLAGS_NONE, 82 G_RESOURCE_LOOKUP_FLAGS_NONE,
83 NULL 83 NULL
84 ); 84 );
85 85
86 /* create our parser */ 86 /* create our parser */
160 JsonArray *languages = NULL; 160 JsonArray *languages = NULL;
161 161
162 /* get a stream to the developers resource */ 162 /* get a stream to the developers resource */
163 istream = g_resource_open_stream( 163 istream = g_resource_open_stream(
164 pidgin_get_resource(), 164 pidgin_get_resource(),
165 "/im/pidgin/Pidgin/About/translators.json", 165 "/im/pidgin/Pidgin/About/credits.json",
166 G_RESOURCE_LOOKUP_FLAGS_NONE, 166 G_RESOURCE_LOOKUP_FLAGS_NONE,
167 NULL 167 NULL
168 ); 168 );
169 169
170 /* create our parser */ 170 /* create our parser */

mercurial