[anjuta] Fix #577883 – SIGSEGV starting anjuta



commit 5af105a741828faa46fccdfaf3c4880041a27631
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sat May 16 16:46:49 2009 +0200

    Fix #577883 â?? SIGSEGV starting anjuta
---
 plugins/document-manager/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/document-manager/plugin.c b/plugins/document-manager/plugin.c
index 961ba90..e4260f0 100644
--- a/plugins/document-manager/plugin.c
+++ b/plugins/document-manager/plugin.c
@@ -492,7 +492,7 @@ update_title (DocmanPlugin* doc_plugin)
 			if (dir)
 				title = g_strdup_printf ("%s (%s)", real_filename, dir);
 			else
-				title = g_strdup_printf ("%s (%s)", real_filename, dir);				
+				title = g_strdup_printf ("%s", real_filename);
 		}
 		g_free (real_filename);
 		g_free (dir);



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