[anjuta] bgo #605060 - Single-step highlighting works only for the first-opened project
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] bgo #605060 - Single-step highlighting works only for the first-opened project
- Date: Thu, 21 Jan 2010 20:52:44 +0000 (UTC)
commit c2251ded485708ba832463d772c2dd714d37d65b
Author: Sébastien Granjoux <seb sfo free fr>
Date: Thu Jan 21 21:43:30 2010 +0100
bgo #605060 - Single-step highlighting works only for the first-opened project
plugins/debug-manager/plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/debug-manager/plugin.c b/plugins/debug-manager/plugin.c
index 7483c94..acd7a58 100644
--- a/plugins/debug-manager/plugin.c
+++ b/plugins/debug-manager/plugin.c
@@ -1182,7 +1182,7 @@ dma_plugin_deactivate (AnjutaPlugin* plugin)
/* Stop debugger */
dma_plugin_debugger_stopped (this, 0);
- g_signal_handlers_disconnect_matched (plugin->shell, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, plugin);
+ g_signal_handlers_disconnect_by_func (plugin->shell, G_CALLBACK (on_session_save), plugin);
g_signal_handlers_disconnect_matched (plugin, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, plugin);
anjuta_plugin_remove_watch (plugin, this->project_watch_id, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]