[anjuta] Remove deprecated GTK+ symbols (bgo #572754)



commit ebac1bebaab29b30085ebc33a999975bd53fb034
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Mon May 4 09:11:40 2009 +0200

    Remove deprecated GTK+ symbols (bgo #572754)
    
    Removes the last missing bits old really old GTK+ symbols
---
 NEWS                            |    5 ++++-
 plugins/class-gen/combo-flags.c |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 83ef0bf..7370284 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-Anjuta 2.27.0 (4 May 2009) -- Johannes Schmid
+Anjuta 2.27.1 (4 May 2009) -- Johannes Schmid
 
 Updates:
 - Improvements in git plugin
 - Improvements with auto-completion speed
 
 Bugs fixed:
+#530740 - Use GtkBuilder instead of libglade
+#581074 - Creating a new wxWidgets project should not include libglade
+#580994 - using DEBUG_PRINT instead of g_print
 #580013 â?? patch plugin doesn't handle patch-files with whitespace
 #568779 â?? project wizard should infer project name from base path
 #577721 â?? tooltips appears in wrong position
diff --git a/plugins/class-gen/combo-flags.c b/plugins/class-gen/combo-flags.c
index 1917db1..f1cb8c7 100644
--- a/plugins/class-gen/combo-flags.c
+++ b/plugins/class-gen/combo-flags.c
@@ -106,7 +106,7 @@ cg_combo_flags_cell_layout_pack_start (GtkCellLayout *layout,
 	priv = CG_COMBO_FLAGS_PRIVATE (combo);
 
 	g_object_ref (cell);
-	gtk_object_sink (GTK_OBJECT (cell));
+	g_object_ref_sink (cell);
 
 	info = g_new0 (CgComboFlagsCellInfo, 1);
 	info->cell = cell;
@@ -132,7 +132,7 @@ cg_combo_flags_cell_layout_pack_end (GtkCellLayout *layout,
 	priv = CG_COMBO_FLAGS_PRIVATE (combo);
 
 	g_object_ref (cell);
-	gtk_object_sink (GTK_OBJECT (cell));
+	g_object_ref_sink (cell);
 
 	info = g_new0 (CgComboFlagsCellInfo, 1);
 	info->cell = cell;



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