mirror of https://github.com/GNOME/gimp.git
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:
parent
631ef03898
commit
7f052673ef
|
@ -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
|
||||
|
|
|
@ -752,6 +752,7 @@ gdisplay_drag_drop (GtkWidget *widget,
|
|||
return_val = TRUE;
|
||||
|
||||
undo_push_group_end (dest_gimage);
|
||||
gdisplay_update_title (gdisp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -752,6 +752,7 @@ gdisplay_drag_drop (GtkWidget *widget,
|
|||
return_val = TRUE;
|
||||
|
||||
undo_push_group_end (dest_gimage);
|
||||
gdisplay_update_title (gdisp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -752,6 +752,7 @@ gdisplay_drag_drop (GtkWidget *widget,
|
|||
return_val = TRUE;
|
||||
|
||||
undo_push_group_end (dest_gimage);
|
||||
gdisplay_update_title (gdisp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue