[anjuta/gnome-3-8] git: More signal name fixes in diff code
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-3-8] git: More signal name fixes in diff code
- Date: Fri, 24 May 2013 22:02:22 +0000 (UTC)
commit d886d5d104938586c21e8f7d99c330be141eae2f
Author: James Liggett <jrliggett cox net>
Date: Fri May 24 14:52:21 2013 -0700
git: More signal name fixes 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 ed78e35..dd67cd5 100644
--- a/plugins/git/git-diff-pane.c
+++ b/plugins/git/git-diff-pane.c
@@ -39,11 +39,11 @@ on_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]