Happy New Year! Checked RGB/GRAY/INDEXED product box RE testing #4708.

2000-01-01 Garry R. Osgood <gosgood@idt.net>
Happy New Year!
        * app/disp_callbacks.c
app/disp_callbacks.c: Checked RGB/GRAY/INDEXED product box RE
        testing #4708. added gdisplay_update_title() to refresh
        window title bar so that a layer-filled display won't
        continue its insistence of being empty. Nice fix, Sven.
This commit is contained in:
Garry R. Osgood 2000-01-02 03:02:30 +00:00 committed by Garry R. Osgood
parent 631ef03898
commit 7f052673ef
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2000-01-01 Garry R. Osgood <gosgood@idt.net>
Happy New Year.
*app/disp_callbacks.c Checked RGB/GRAY/INDEXED combinations
RE testing #4708. added gdisplay_update_title() to gdisp_drag_drop().
so that a display endowed with dropped layers won't
continue its insistence on being empty. Nice fix, Sven.
Sat Jan 1 16:10:32 PST 2000 Manish Singh <yosh@gimp.org>
* Makefile.am: cosmetic fix

View File

@ -752,6 +752,7 @@ gdisplay_drag_drop (GtkWidget *widget,
return_val = TRUE;
undo_push_group_end (dest_gimage);
gdisplay_update_title (gdisp);
}
}
}

View File

@ -752,6 +752,7 @@ gdisplay_drag_drop (GtkWidget *widget,
return_val = TRUE;
undo_push_group_end (dest_gimage);
gdisplay_update_title (gdisp);
}
}
}

View File

@ -752,6 +752,7 @@ gdisplay_drag_drop (GtkWidget *widget,
return_val = TRUE;
undo_push_group_end (dest_gimage);
gdisplay_update_title (gdisp);
}
}
}