Obvious build breakage patch




Can I check in this obvious fix?

2000-01-24  Maciej Stachowiak  <mjs@eazel.com>

	* components/text-plain/bonobo-text-plain.c: Fix build
          problem.



Index: components/text-plain/bonobo-text-plain.c
===================================================================
RCS file: /cvs/gnome/bonobo/components/text-plain/bonobo-text-plain.c,v
retrieving revision 1.33
diff -u -r1.33 bonobo-text-plain.c
--- components/text-plain/bonobo-text-plain.c	1999/12/16 18:26:28	1.33
+++ components/text-plain/bonobo-text-plain.c	2000/01/25 07:13:22
@@ -486,7 +486,7 @@
 	 * Notify the ViewFrame that we accept to be activated or
 	 * deactivated (we are an acquiescent GnomeView, yes we are).
 	 */
-	GNOME_ViewFrame_view_activated (gnome_view_get_view_frame (view), activate, &ev);
+	GNOME_ViewFrame_activated (gnome_view_get_view_frame (view), activate, &ev);
 	if (ev._major != CORBA_NO_EXCEPTION) {
 		/* FIXME: Do something I suppose. */
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]