libgnomeprint r2315 - trunk



Author: kmaraas
Date: Mon Sep 22 12:32:28 2008
New Revision: 2315
URL: http://svn.gnome.org/viewvc/libgnomeprint?rev=2315&view=rev

Log:
Update for 2.18.5

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/testtext.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep 22 12:32:28 2008
@@ -1,3 +1,8 @@
+libgnomeprint 2.18.5
+
+	* Updated translations
+	(ar, es, hr, ne, nn, sr)
+
 libgnomeprint 2.18.4
 
 	* Support searching and cut'n'paste of text in PDF files

Modified: trunk/testtext.c
==============================================================================
--- trunk/testtext.c	(original)
+++ trunk/testtext.c	Mon Sep 22 12:32:28 2008
@@ -160,7 +160,7 @@
 
   gnome_print_context_close (pc);
 
-  gtk_object_unref (GTK_OBJECT (pc));
+  g_object_unref (pc);
 }
 
 int
@@ -181,7 +181,7 @@
   if (printer)
     {
       print_test_page (printer);
-      gtk_object_unref (GTK_OBJECT (printer));
+      g_object_unref (printer);
     }
 
   return 0;



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