bugzilla-newer r711 - in trunk: . template/en/default/bug



Author: reinouts
Date: Thu Nov  6 23:26:09 2008
New Revision: 711
URL: http://svn.gnome.org/viewvc/bugzilla-newer?rev=711&view=rev

Log:
2008-11-07  Reinout van Schouwen <reinouts gnome org>

        * template/en/default/bug/edit.html.tmpl: add Webkit stock reply
        Fixes bug #559676.



Modified:
   trunk/ChangeLog
   trunk/template/en/default/bug/edit.html.tmpl

Modified: trunk/template/en/default/bug/edit.html.tmpl
==============================================================================
--- trunk/template/en/default/bug/edit.html.tmpl	(original)
+++ trunk/template/en/default/bug/edit.html.tmpl	Thu Nov  6 23:26:09 2008
@@ -377,6 +377,9 @@
     [% ELSIF bug.product == 'epiphany' || bug.product == 'galeon' %]
       addStockLink("Thanks for the [% terms.bug %] report.  However, the stack trace shows this to be a crash in the closed-source flash-plugin, which does not track its [% terms.bugs %] in the GNOME Bugzilla.  We kindly ask you to report the [% terms.bug %] to the application authors.", 'crash-flash-plugin', '','NOTGNOME', '');
     [% END %]
+    [% IF bug.product == 'epiphany' || bug.product == 'yelp' || bug.product == 'devhelp' %]
+      addStockLink("Thanks for taking the time to report this [% terms.bug %]. This trace indicates that WebKit (which was being used by the program) might be responsible for the crash. Make sure the program was built against a recent version of WebKit, and if you can still duplicate the crash, report the [% terms.bug %] to http://bugs.webkit.org/ including a link to this [% terms.bug %] report and noting the WebKit version/revision number. When reporting the WebKit [% terms.bug %], be sure to include '[GTK]' in the summary and use the 'gtk' keyword.", 'webkit', '','NOTGNOME', '');
+    [% END %]
     </script>
     </div>
   [% ELSIF bug.bug_status == 'NEEDINFO' %]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]