[GNOME-ABRT PATCH] Temporarily disable URL title retrieval

Richard Marko rmarko at redhat.com
Fri Aug 9 10:46:57 UTC 2013


Pushed with bugzilla numbers fixed in commit message. Thanks.

On 08/09/2013 09:50 AM, Jakub Filak wrote:
> Until this bug https://bugzilla.redhat.com/show_bug.cgi?id=959811 is not
> fixed.
>
> Closes rhbz#994749
>
> Signed-off-by: Jakub Filak <jfilak at redhat.com>
> ---
>  src/gnome-abrt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/src/gnome-abrt b/src/gnome-abrt
> index 994b883..9462678 100755
> --- a/src/gnome-abrt
> +++ b/src/gnome-abrt
> @@ -178,7 +178,9 @@ class OopsApplication(Gtk.Application):
>          self.all_sources = None
>          self._url_pool = GetURLTitleSourcePool(GNOME_ABRT_URL_POOL_CAPACITY)
>          self._url_cache = GetURLTitleSourceCache(self._url_pool)
> -        gnome_abrt.url.set_async_worker(self._url_cache.get_url_title_async)
> +        #gnome_abrt.url.set_async_worker(self._url_cache.get_url_title_async)
> +        # Disable because of https://bugzilla.redhat.com/show_bug.cgi?id=959811
> +        gnome_abrt.url.set_async_worker(lambda *args: None)
>  
>      #pylint: disable=W0613
>      def _parse_command_line(self, sender, gcmdargs):


-- 
Richard Marko



More information about the Crash-catcher mailing list