Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 03 Nov 2015 17:58:16 UTC Commit: 35840df8f9823aa72f32cc4b9fdf0bde2e7fea87 https://github.com/geany/geany-plugins/commit/35840df8f9823aa72f32cc4b9fdf0b...
Log Message: ----------- pohelper: Fix untranslated and fuzzy count in the stats dialog
Untranslated and fuzzy strings count were swapped.
Closes #292.
Modified Paths: -------------- pohelper/src/gph-plugin.c
Modified: pohelper/src/gph-plugin.c 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1361,8 +1361,8 @@ on_color_button_color_notify (GtkWidget *widget, static void show_stats_dialog (guint all, guint translated, - guint untranslated, - guint fuzzy) + guint fuzzy, + guint untranslated) { GError *error = NULL; GtkBuilder *builder = gtk_builder_new ();
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org