libbonoboui r2647 - trunk/samples/compound-doc/bonobo-hello
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: libbonoboui r2647 - trunk/samples/compound-doc/bonobo-hello
- Date: Thu, 28 Aug 2008 10:56:40 +0000 (UTC)
Author: kmaraas
Date: Thu Aug 28 10:56:40 2008
New Revision: 2647
URL: http://svn.gnome.org/viewvc/libbonoboui?rev=2647&view=rev
Log:
2008-08-28 Kjartan Maraas <kmaraas gnome org>
* hello-object-print.c: (hello_object_print):
Don't use deprecated api from glib/gtk+.
Modified:
trunk/samples/compound-doc/bonobo-hello/ChangeLog
trunk/samples/compound-doc/bonobo-hello/hello-object-print.c
Modified: trunk/samples/compound-doc/bonobo-hello/hello-object-print.c
==============================================================================
--- trunk/samples/compound-doc/bonobo-hello/hello-object-print.c (original)
+++ trunk/samples/compound-doc/bonobo-hello/hello-object-print.c Thu Aug 28 10:56:40 2008
@@ -32,5 +32,5 @@
gnome_print_moveto (ctx, (width / 2) - (w2 / 2), height / 2 - h);
gnome_print_show (ctx, str);
- gtk_object_unref (GTK_OBJECT (font));
+ g_object_unref (G_OBJECT (font));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]