Re: gnome version problem
- From: Elijah Newren <newren gmail com>
- To: Luis Villa <luis villa gmail com>
- Cc: Andrew Sobala <aes gnome org>, bugsquad <gnome-bugsquad gnome org>
- Subject: Re: gnome version problem
- Date: Mon, 3 Jan 2005 07:02:03 -0700
On Sun, 02 Jan 2005 19:34:53 -0500, Luis Villa <luis villa gmail com> wrote:
> http://bugzilla.gnome.org/show_bug.cgi?id=156006
>
> So, a query for bugs which are 2.9/2.10 shows this bug, but it's
> memprof, so... I can't unmark the version :) Any ideas on how to fix
> this, Andrew?
Lame fix to the problem at hand, and ignoring that it might happen again:
temporarily edit template/en/default/bug/edit.html.tmpl and make this
if section:
[% IF isgnome %]
<td align="right">
<b><a href="bug_status.html#gg_version">GNOME Version</a>:</b>
</td>
[% IF user.canedit %]
[% PROCESS select selname => "gg_version" %]
[% ELSE %]
<input type="hidden" name="gg_version" value="[%
bug.gg_version FILTER html %]">
<td> [% bug.gg_version FILTER html %] </td>
<td> </td>
[% END %]
[% ELSE %]
run no matter what instead of only if isgnome is true, while also
removing the else section. Then, change the version number in
bugzilla. Then, change edit.html.tmpl back. :-)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]