moved ChangeLog entries around

This commit is contained in:
Sven Neumann 2004-12-15 00:12:27 +00:00
parent 0449deee27
commit 4d908e46c6
3 changed files with 6 additions and 5 deletions

View File

@ -30,8 +30,7 @@
* tools/pdbgen/pdb/paths.pdb: changed accordingly
* app/pdb/paths_cmds.c
* libgimp/gimppaths_pdb.[ch]
* devel-docs/libgimp/tmpl/gimppaths.sgml: regenerated.
* libgimp/gimppaths_pdb.[ch]: regenerated.
Fixes bug #161274.

View File

@ -1,3 +1,7 @@
2004-12-15 Simon Budig <simon@gimp.org>
* libgimp/tmpl/gimppaths.sgml: regenerated.
2004-12-14 Sven Neumann <sven@gimp.org>
* libgimpbase/libgimpbase-sections.txt

View File

@ -234,9 +234,7 @@ gimp_dialog_close (GtkDialog *dialog)
if (widget->window)
{
GdkEvent *event;
event = gdk_event_new (GDK_DELETE);
GdkEvent *event = gdk_event_new (GDK_DELETE);
event->any.window = g_object_ref (widget->window);
event->any.send_event = TRUE;