my first bonobo bugfix
- From: Dan Winship <danw helixcode com>
- To: gnome-components-list gnome org
- Subject: my first bonobo bugfix
- Date: Wed, 29 Mar 2000 19:13:38 -0500 (EST)
[Why do I suspect it won't be my last? :) ]
Does this really need a ChangeLog entry?
Index: bonobo-uih-dock.c
===================================================================
RCS file: /cvs/gnome/bonobo/bonobo/bonobo-uih-dock.c,v
retrieving revision 1.1
diff -u -r1.1 bonobo-uih-dock.c
--- bonobo-uih-dock.c 2000/02/16 05:26:56 1.1
+++ bonobo-uih-dock.c 2000/03/30 00:12:06
@@ -381,8 +381,7 @@
bonobo_ui_handler_dock_remove (BonoboUIHandler *uih,
const char *name)
{
- g_return_val_if_fail (uih != NULL, FALSE);
- g_return_val_if_fail (BONOBO_IS_UI_HANDLER (name), FALSE);
+ g_return_val_if_fail (BONOBO_IS_UI_HANDLER (uih), FALSE);
g_return_val_if_fail (name != NULL, FALSE);
if (uih->top_level_uih != CORBA_OBJECT_NIL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]