[anjuta] git: Fix signal names in diff code



commit 3b971d49a5e5cc4b9fa145dbd68df06658710e62
Author: James Liggett <jrliggett cox net>
Date:   Tue May 21 21:09:00 2013 -0700

    git: Fix signal names in diff code

 plugins/git/git-diff-pane.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/git/git-diff-pane.c b/plugins/git/git-diff-pane.c
index c342d73..ed78e35 100644
--- a/plugins/git/git-diff-pane.c
+++ b/plugins/git/git-diff-pane.c
@@ -84,11 +84,11 @@ on_commit_diff_button_clicked (GtkAction *action, Git *plugin)
                                                  G_CALLBACK (git_pane_send_raw_output_to_editor),
                                                  editor);
                
-               g_signal_connect (G_OBJECT (diff_command), "command_finished",
+               g_signal_connect (G_OBJECT (diff_command), "command-finished",
                                                  G_CALLBACK (git_pane_report_errors),
                                                  plugin);
 
-               g_signal_connect (G_OBJECT (diff_command), "command_finished",
+               g_signal_connect (G_OBJECT (diff_command), "command-finished",
                                                  G_CALLBACK (g_object_unref),
                                                  NULL);
 


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