mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
moved ChangeLog entries around
This commit is contained in:
parent
0449deee27
commit
4d908e46c6
3 changed files with 6 additions and 5 deletions
|
@ -30,8 +30,7 @@
|
||||||
* tools/pdbgen/pdb/paths.pdb: changed accordingly
|
* tools/pdbgen/pdb/paths.pdb: changed accordingly
|
||||||
|
|
||||||
* app/pdb/paths_cmds.c
|
* app/pdb/paths_cmds.c
|
||||||
* libgimp/gimppaths_pdb.[ch]
|
* libgimp/gimppaths_pdb.[ch]: regenerated.
|
||||||
* devel-docs/libgimp/tmpl/gimppaths.sgml: regenerated.
|
|
||||||
|
|
||||||
Fixes bug #161274.
|
Fixes bug #161274.
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2004-12-14 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpbase/libgimpbase-sections.txt
|
* libgimpbase/libgimpbase-sections.txt
|
||||||
|
|
|
@ -234,9 +234,7 @@ gimp_dialog_close (GtkDialog *dialog)
|
||||||
|
|
||||||
if (widget->window)
|
if (widget->window)
|
||||||
{
|
{
|
||||||
GdkEvent *event;
|
GdkEvent *event = gdk_event_new (GDK_DELETE);
|
||||||
|
|
||||||
event = gdk_event_new (GDK_DELETE);
|
|
||||||
|
|
||||||
event->any.window = g_object_ref (widget->window);
|
event->any.window = g_object_ref (widget->window);
|
||||||
event->any.send_event = TRUE;
|
event->any.send_event = TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue