minor patch tweak

This commit is contained in:
Jiri 2011-12-08 14:56:50 +01:00
parent 6d5fcec891
commit d6285f0840

View File

@ -49,7 +49,7 @@ index 28aa439..3495c24 100644
const char *headers[] = { const char *headers[] = {
"Accept: application/json", "Accept: application/json",
@@ -301,6 +301,13 @@ static GHashTable *bodhi_query_list(const char *query, const char *release) @@ -301,6 +301,13 @@ static GHashTable *bodhi_query_list(const char *query, const char *release)
log(_("Search for a new updates")); log(_("Searching for updates"));
abrt_post_string(post_state, bodhi_url_bugs, "application/x-www-form-urlencoded", abrt_post_string(post_state, bodhi_url_bugs, "application/x-www-form-urlencoded",
headers, query); headers, query);
+ +