[gnumeric] Misc fixes from mageia, see #493



commit d994172437d058db20afb09f472ae95720e49983
Author: Morten Welinder <terra gnome org>
Date:   Thu May 28 18:29:55 2020 -0400

    Misc fixes from mageia, see #493

 plugins/gnome-db/plugin-gnomedb.c             | 2 +-
 plugins/sample_datasource/sample_datasource.c | 3 ++-
 po/bs.po                                      | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plugins/gnome-db/plugin-gnomedb.c b/plugins/gnome-db/plugin-gnomedb.c
index 1554430bc..c0a81ffdc 100644
--- a/plugins/gnome-db/plugin-gnomedb.c
+++ b/plugins/gnome-db/plugin-gnomedb.c
@@ -19,7 +19,7 @@ view_data_sources (GnmAction const *action, WorkbookControl *wbc)
                        _("Could not run GNOME database configuration tool ('%s')"),
                        argv[0]);
                go_gtk_notice_dialog (wbcg_toplevel (WBC_GTK (wbc)),
-                       GTK_MESSAGE_INFO,  msg);
+                                     GTK_MESSAGE_INFO,  "%s", msg);
                g_free (msg);
        }
 }
diff --git a/plugins/sample_datasource/sample_datasource.c b/plugins/sample_datasource/sample_datasource.c
index a3666ad03..54acc6de6 100644
--- a/plugins/sample_datasource/sample_datasource.c
+++ b/plugins/sample_datasource/sample_datasource.c
@@ -131,7 +131,8 @@ cb_atl_input (GIOChannel *gioc, GIOCondition cond, gpointer ignored)
                                g_hash_table_foreach (wv->deps,
                                        cb_watcher_queue_recalc, NULL);
                                any = TRUE;
-                               g_printerr ("'%s' <= %" GNM_FORMAT_f "\n", sym, val);
+                               if (debug)
+                                       g_printerr ("'%s' <= %" GNM_FORMAT_f "\n", sym, val);
                        }
                }
        }
diff --git a/po/bs.po b/po/bs.po
index 0c59dab41..fbb37ef5b 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -43,7 +43,7 @@ msgstr "Proračuni, analiza, prikazivanje podataka"
 
 #: ../gnumeric.desktop.in.h:5
 msgid "Spreadsheet;"
-msgstr "Tablica"
+msgstr "Tablica;"
 
 #: ../gnumeric.appdata.xml.in.h:1
 msgid ""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]