[anjuta/git-shell] git: Fix typo in data-arrived signal connection in the Pull pane
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell] git: Fix typo in data-arrived signal connection in the Pull pane
- Date: Fri, 9 Jul 2010 22:07:40 +0000 (UTC)
commit 98677e3e53c0d556c609503af718af0beeebf4e3
Author: James Liggett <jrliggett cox net>
Date: Fri Jul 9 14:57:44 2010 -0700
git: Fix typo in data-arrived signal connection in the Pull pane
plugins/git/git-pull-pane.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-pull-pane.c b/plugins/git/git-pull-pane.c
index fb3a990..9dfd8cc 100644
--- a/plugins/git/git-pull-pane.c
+++ b/plugins/git/git-pull-pane.c
@@ -83,7 +83,7 @@ on_ok_button_clicked (GtkButton *button, GitPullPane *self)
git_pane_create_message_view (plugin);
- g_signal_connect (G_OBJECT (pull_command), "data_arrived",
+ g_signal_connect (G_OBJECT (pull_command), "data-arrived",
G_CALLBACK (git_pane_on_command_info_arrived),
plugin);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]