diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-15 10:04:31 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-15 10:04:31 +0100 |
| commit | edef58a8bcc561b7fb898df6802cd4b4c7400833 (patch) | |
| tree | 045fb0f7c7cb146e4962b2424efc3334af5e365b /src/plugins | |
| parent | 775659551adc37a079e099a1770abe8e933676d5 (diff) | |
| parent | c3295e8741d5f35e30301933bd853bf6c9369588 (diff) | |
| download | abrt-edef58a8bcc561b7fb898df6802cd4b4c7400833.tar.gz abrt-edef58a8bcc561b7fb898df6802cd4b4c7400833.tar.xz abrt-edef58a8bcc561b7fb898df6802cd4b4c7400833.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/report_Bugzilla.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/report_Bugzilla.xml b/src/plugins/report_Bugzilla.xml index 0cd1891a..bf1dd82a 100644 --- a/src/plugins/report_Bugzilla.xml +++ b/src/plugins/report_Bugzilla.xml @@ -7,6 +7,7 @@ <label>Bugzilla URL</label> <allow-empty>no</allow-empty> <description>Address of the bugzilla server</description> + <default-value>https://bugzilla.redhat.com</default-value> <property>Address of the bugzilla server</property> <notused1>blahblahblah</notused1> </option> @@ -23,6 +24,7 @@ <option type="bool" name="Bugzilla_SSLVerify"> <label>SSL Verify</label> <description>Check the ssl key validity</description> + <default-value>yes</default-value> </option> </options> </event> |
