[anjuta] symbol-db: pattern on search-async was not preserved with g_strdup ().



commit 5a1344c974ca18cedaa94f326321c20032ca7dad
Author: Massimo Corà <mcora src gnome org>
Date:   Sun Nov 22 21:47:46 2009 +0100

    symbol-db: pattern on search-async was not preserved with g_strdup ().

 plugins/symbol-db/symbol-db-search-command.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-search-command.c b/plugins/symbol-db/symbol-db-search-command.c
index c3f3398..f3e1640 100644
--- a/plugins/symbol-db/symbol-db-search-command.c
+++ b/plugins/symbol-db/symbol-db-search-command.c
@@ -142,7 +142,7 @@ sdb_search_command_run (AnjutaCommand *command)
 
 	priv = sdbsc->priv;
 
-	DEBUG_PRINT ("Searching async");
+	DEBUG_PRINT ("Searching async with type %d", priv->cmd_search_type);
 	
 	switch (priv->cmd_search_type)
 	{



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