[anjuta] Keep the alias name in build plugin
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] Keep the alias name in build plugin
- Date: Thu, 10 Sep 2009 19:55:52 +0000 (UTC)
commit deff7f4316f7ae220c6c36b96614fb908ff61d41
Author: Sébastien Granjoux <seb sfo free fr>
Date: Thu Sep 10 21:47:55 2009 +0200
Keep the alias name in build plugin
plugins/build-basic-autotools/plugin.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/build-basic-autotools/plugin.c b/plugins/build-basic-autotools/plugin.c
index 354f90e..c259ecc 100644
--- a/plugins/build-basic-autotools/plugin.c
+++ b/plugins/build-basic-autotools/plugin.c
@@ -3052,8 +3052,7 @@ value_added_current_editor (AnjutaPlugin *plugin, const char *name,
filename = g_file_get_path(file);
g_object_unref (file);
g_return_if_fail (filename != NULL);
- ba_plugin->current_editor_filename = anjuta_util_get_real_path (filename);
- g_free (filename);
+ ba_plugin->current_editor_filename = filename;
update_module_ui (ba_plugin);
}
g_idle_add (on_update_indicators_idle, plugin);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]