[geany/geany-plugins] 277e7b: GeanyVC: Move a space on line:column-string

Frank Lanitz git-noreply at xxxxx
Fri Oct 18 09:11:20 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Fri, 18 Oct 2013 09:11:20 UTC
Commit:      277e7b650bcc8eed67c1a0a03bc102a9a81b5015
             https://github.com/geany/geany-plugins/commit/277e7b650bcc8eed67c1a0a03bc102a9a81b5015

Log Message:
-----------
GeanyVC: Move a space on line:column-string


Modified Paths:
--------------
    geanyvc/src/geanyvc.c

Modified: geanyvc/src/geanyvc.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1316,7 +1316,7 @@ static gboolean commit_text_line_number_update_cb(GtkWidget *widget, GdkEvent *e
 	line = gtk_text_iter_get_line(&iter) + 1;
 	column = gtk_text_iter_get_line_offset(&iter);
 
-	g_snprintf(text, sizeof(text), _("Line :%d Column: %d"), line, column);
+	g_snprintf(text, sizeof(text), _("Line: %d Column: %d"), line, column);
 	gtk_label_set_text(line_column_label, text);
 
 	return FALSE;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list