[anjuta] git: Use Normal mode when showing info messages
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Use Normal mode when showing info messages
- Date: Tue, 28 Jul 2009 04:49:22 +0000 (UTC)
commit 23fe6beffd461808ea354f9b27f122e2f58e1693
Author: James Liggett <jrliggett cox net>
Date: Mon Jul 27 21:45:43 2009 -0700
git: Use Normal mode when showing info messages
Use normal instead of info, as the info icon really didn't do anything.
plugins/git/git-ui-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-ui-utils.c b/plugins/git/git-ui-utils.c
index f076cac..89028f9 100644
--- a/plugins/git/git-ui-utils.c
+++ b/plugins/git/git-ui-utils.c
@@ -343,7 +343,7 @@ on_git_command_info_arrived (AnjutaCommand *command, Git *plugin)
{
message = g_queue_pop_head (info);
ianjuta_message_view_append (plugin->message_view,
- IANJUTA_MESSAGE_VIEW_TYPE_INFO,
+ IANJUTA_MESSAGE_VIEW_TYPE_NORMAL,
message, "", NULL);
g_free (message);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]