From 0f2b38038c2a3498c110fd76c62d6e7f60a6b57a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 20 Mar 2000 19:08:26 +0000 Subject: [PATCH] fixed segv in gfig --Mitch --- ChangeLog | 6 ++++++ plug-ins/gfig/gfig.c | 2 +- po/ChangeLog | 8 ++++++++ po/de.po | 8 ++++++-- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 651959c3e2..07cdce2436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-20 Michael Natterer + + * plug-ins/gfig/gfig.c: fixed a SEGV I have introduced by + accidentially replacing g_malloc0() with g_new() instead of + g_new0(). Andy found the crash, thanks. + Mon Mar 20 19:15:19 CET 2000 Stanislav Brabec * app/preferences_dialog.c: Typo fix. diff --git a/plug-ins/gfig/gfig.c b/plug-ins/gfig/gfig.c index 7fba797c15..feb30b89de 100644 --- a/plug-ins/gfig/gfig.c +++ b/plug-ins/gfig/gfig.c @@ -7460,7 +7460,7 @@ d_update_circle (GdkPoint *pnt) draw_circle (pnt); - edge_pnt = g_new (DobjPoints, 1); + edge_pnt = g_new0 (DobjPoints, 1); edge_pnt->pnt.x = pnt->x; edge_pnt->pnt.y = pnt->y; diff --git a/po/ChangeLog b/po/ChangeLog index 0a19b593b1..69e85dd818 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,11 @@ +2000-03-20 Michael Natterer + + * de.po: added newlines to some strings appearing in the + installation dialog's footer line. + + Please do the same for your langunage if this line determines the + width of the dialog. + Mon Mar 20 14:11:57 CET 2000 Stanislav Brabec * cs.po: Updated translation. diff --git a/po/de.po b/po/de.po index 4ff43f9aad..8fae4056f7 100644 --- a/po/de.po +++ b/po/de.po @@ -2721,7 +2721,9 @@ msgstr "" #: app/install.c:665 msgid "Click \"Continue\" to enter the GIMP user installation." -msgstr "Drücken Sie \"Weiter\" um die GIMP Benutzerinstallation zu starten." +msgstr "" +"Drücken Sie \"Weiter\" um die\n" +"GIMP Benutzerinstallation zu starten." #: app/install.c:668 msgid "" @@ -2777,7 +2779,9 @@ msgstr "Pers #: app/install.c:714 msgid "Click \"Continue\" to create your personal GIMP directory." -msgstr "Drücken Sie \"Weiter\" um Ihr persönliches GIMP-Verzeichnis anzulegen." +msgstr "" +"Drücken Sie \"Weiter\" um Ihr\n" +"persönliches GIMP-Verzeichnis anzulegen." #: app/install.c:731 #, c-format