bug-buddy r2471 - in trunk: . src
- From: fherrera svn gnome org
- To: svn-commits-list gnome org
- Subject: bug-buddy r2471 - in trunk: . src
- Date: Wed, 30 Jan 2008 18:18:02 +0000 (GMT)
Author: fherrera
Date: Wed Jan 30 18:18:02 2008
New Revision: 2471
URL: http://svn.gnome.org/viewvc/bug-buddy?rev=2471&view=rev
Log:
2008-01-30 Fernando Herrera <fherrera novell com>
* src/bugzilla.c: (bugzilla_create_report): Fixed title param.
Modified:
trunk/ChangeLog
trunk/src/bugzilla.c
Modified: trunk/src/bugzilla.c
==============================================================================
--- trunk/src/bugzilla.c (original)
+++ trunk/src/bugzilla.c Wed Jan 30 18:18:02 2008
@@ -545,7 +545,7 @@
soup_value_hash_insert (report, "bug_severity", G_TYPE_STRING, "critical");
}
- soup_value_hash_insert (report, "short_desc", G_TYPE_STRING, "title");
+ soup_value_hash_insert (report, "short_desc", G_TYPE_STRING, title);
/* Skip UTF-8 control chars that are not valid in XML.*/
rv = g_string_new (NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]