[anjuta-extras] class-inheritance: applied fixes for IAnjutaSymbolManager iface changes.
- From: Massimo Cora' <mcora src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta-extras] class-inheritance: applied fixes for IAnjutaSymbolManager iface changes.
- Date: Thu, 30 Jul 2009 15:56:38 +0000 (UTC)
commit bf9085d5dc3754f04e50f9e2b2596c12d73bf051
Author: Massimo Corà <mcora src gnome org>
Date: Thu Jul 30 17:54:50 2009 +0200
class-inheritance: applied fixes for IAnjutaSymbolManager iface changes.
plugins/class-inheritance/class-inherit.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/class-inheritance/class-inherit.c b/plugins/class-inheritance/class-inherit.c
index f1b27f9..34ee0fe 100644
--- a/plugins/class-inheritance/class-inherit.c
+++ b/plugins/class-inheritance/class-inherit.c
@@ -152,7 +152,7 @@ class_inheritance_show_dynamic_class_popup_menu (GdkEvent *event,
IANJUTA_SYMBOL_FIELD_TYPE |
IANJUTA_SYMBOL_FIELD_ACCESS |
IANJUTA_SYMBOL_FIELD_FILE_PATH,
- FALSE, NULL);
+ NULL);
if (iter && ianjuta_iterable_get_length (iter, NULL) > 0)
{
do
@@ -365,7 +365,7 @@ cls_inherit_add_node (AnjutaClassInheritance *plugin, const IAnjutaSymbol *node_
IANJUTA_SYMBOL_FIELD_SIMPLE|
IANJUTA_SYMBOL_FIELD_TYPE |
IANJUTA_SYMBOL_FIELD_ACCESS,
- FALSE, NULL);
+ NULL);
real_items_length = ianjuta_iterable_get_length (iter, NULL);
/* set the max number of items to draw */
@@ -513,7 +513,7 @@ cls_inherit_draw_expanded_node (AnjutaClassInheritance *plugin, Agnode_t *graph_
IANJUTA_SYMBOL_FIELD_TYPE |
IANJUTA_SYMBOL_FIELD_ACCESS |
IANJUTA_SYMBOL_FIELD_FILE_PATH,
- FALSE, NULL);
+ NULL);
g_object_unref (node_sym);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]