mirror of https://github.com/GNOME/gimp.git
parent
ccf22ebb29
commit
af37146ad9
|
@ -1,3 +1,8 @@
|
|||
Thu Dec 17 03:37:43 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/crop.c
|
||||
* app/gimpimage.c: warning pogrom
|
||||
|
||||
1998-12-16 Jay Cox <jaycox@earthlink.net>
|
||||
|
||||
* app/xcf.c: fixed bug in the resolution saving code and
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -631,7 +631,6 @@ crop_image (GImage *gimage,
|
|||
Layer *layer;
|
||||
Layer *floating_layer;
|
||||
Channel *channel;
|
||||
GimpDrawable *drawable;
|
||||
GList *guide_list_ptr;
|
||||
GSList *list;
|
||||
int width, height;
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "parasitelist.h"
|
||||
#include "undo.h"
|
||||
#include "gimpsignal.h"
|
||||
#include "gimpparasite.h"
|
||||
|
||||
#include "libgimp/gimpintl.h"
|
||||
|
||||
|
|
|
@ -631,7 +631,6 @@ crop_image (GImage *gimage,
|
|||
Layer *layer;
|
||||
Layer *floating_layer;
|
||||
Channel *channel;
|
||||
GimpDrawable *drawable;
|
||||
GList *guide_list_ptr;
|
||||
GSList *list;
|
||||
int width, height;
|
||||
|
|
|
@ -631,7 +631,6 @@ crop_image (GImage *gimage,
|
|||
Layer *layer;
|
||||
Layer *floating_layer;
|
||||
Channel *channel;
|
||||
GimpDrawable *drawable;
|
||||
GList *guide_list_ptr;
|
||||
GSList *list;
|
||||
int width, height;
|
||||
|
|
Loading…
Reference in New Issue