[anjuta] libanjuta: bgo #638532 - crash in plugin list when pressing cursor-down



commit b087e137210bf6b5edfc08a07976729df8e6601c
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Jan 2 22:33:10 2011 +0100

    libanjuta: bgo #638532 - crash in plugin list when pressing cursor-down

 libanjuta/anjuta-plugin-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-plugin-manager.c b/libanjuta/anjuta-plugin-manager.c
index ba09767..5d1802b 100644
--- a/libanjuta/anjuta-plugin-manager.c
+++ b/libanjuta/anjuta-plugin-manager.c
@@ -1874,7 +1874,8 @@ on_plugin_list_row_activated (GtkTreeView *tree_view,
 
 static void
 on_plugin_list_show (GtkTreeView *view,
-					  GtkDialog *dialog)
+                     GtkDirectionType direction,
+                     GtkDialog *dialog)
 {
 	GtkTreeSelection *selection;
 	selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (view));



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