credit where due.

2000-10-20  Michael Meeks  <michael@helixcode.com>

	* bonobo-image-generic.c: credit where due.
This commit is contained in:
Michael Meeks 2000-10-20 14:27:53 +00:00 committed by Michael Meeks
parent 5dcc9a47f1
commit 2e4d30547a
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2000-10-20 Michael Meeks <michael@helixcode.com>
* bonobo-image-generic.c: credit where due.
2000-10-14 Martin Baulig <baulig@suse.de> 2000-10-14 Martin Baulig <baulig@suse.de>
Started to write a new EogImageViewer Control which uses Started to write a new EogImageViewer Control which uses

View file

@ -3,6 +3,7 @@
* *
* Author: * Author:
* Michael Meeks (mmeeks@gnu.org) * Michael Meeks (mmeeks@gnu.org)
* Martin Baulig (baulig@suse.de)
* *
* TODO: * TODO:
* Progressive loading. * Progressive loading.
@ -11,6 +12,7 @@
* Save image * Save image
* *
* Copyright 2000, Helixcode Inc. * Copyright 2000, Helixcode Inc.
* Copyright 2000, SuSE GmbH.
* Copyright 2000, Eazel, Inc. * Copyright 2000, Eazel, Inc.
*/ */
#include <config.h> #include <config.h>
@ -594,8 +596,6 @@ zoom_to_default_cb (BonoboZoomable *zoomable, view_data_t *view_data)
static void static void
view_activate_cb (BonoboView *view, gboolean activate, gpointer data) view_activate_cb (BonoboView *view, gboolean activate, gpointer data)
{ {
view_data_t *view_data = (view_data_t *) data;
/* /*
* Notify the ViewFrame that we accept to be activated or * Notify the ViewFrame that we accept to be activated or
* deactivated (we are an acquiescent BonoboView, yes we are). * deactivated (we are an acquiescent BonoboView, yes we are).