Mailinglist Archive: opensuse-bugs (14006 mails)

< Previous Next >
[Bug 380339] multiple slabs ...
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 21 Apr 2008 23:43:35 -0600 (MDT)
  • Message-id: <20080422054335.1F12224538E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=380339

User captain.magnus@xxxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=380339#c1


Magnus Boman <captain.magnus@xxxxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC|
|captain.magnus@xxxxxxxxxxxx




--- Comment #1 from Magnus Boman <captain.magnus@xxxxxxxxxxxx> 2008-04-21
23:43:34 MST ---
Why do we have to bail out if it's NULL?

Did a simple test, as per below, and it works just fine if thumbnail_factory is
NULL.

static void
create_thumbnail_factory (void)
{
libslab_checkpoint ("create_thumbnail_factory(): start");

// g_assert (thumbnail_factory == NULL);
thumbnail_factory = NULL;
thumbnail_factory = gnome_thumbnail_factory_new (GNOME_THUMBNAIL_SIZE_NORMAL);

libslab_checkpoint ("create_thumbnail_factory(): end");
}


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References