pidgin/gtkprefs.c

branch
soc.2013.gobjectification
changeset 34878
41b9075c7714
parent 34874
e03d555394c5
parent 34287
6cd0c77b1f6a
child 34883
7d9d0d7b7b62
equal deleted inserted replaced
34877:5b3c720b9077 34878:41b9075c7714
1079 size_t wc; 1079 size_t wc;
1080 1080
1081 g_assert(http_conn == prefs_conv_themes_running_request); 1081 g_assert(http_conn == prefs_conv_themes_running_request);
1082 prefs_conv_themes_running_request = NULL; 1082 prefs_conv_themes_running_request = NULL;
1083 1083
1084 if (!purple_http_response_is_successfull(response)) { 1084 if (!purple_http_response_is_successful(response)) {
1085 free_theme_info(info); 1085 free_theme_info(info);
1086 return; 1086 return;
1087 } 1087 }
1088 1088
1089 themedata = purple_http_response_get_data(response, &len); 1089 themedata = purple_http_response_get_data(response, &len);

mercurial