removed GimpContext member I added before deciding it needs to be added to
2006-08-31 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.[ch] (struct GimpGradientEditor): removed GimpContext member I added before deciding it needs to be added to GimpDataEditor. Use GimpDataEditor's context instead of the bogus one. Also use the data editor's context instead of the user context wherever it was used. * app/widgets/gimppaletteeditor.c: use GimpDataEditor's context instead of the user context here too.
This commit is contained in:
committed by
Michael Natterer
parent
663b44c988
commit
fcdb536372
@ -52,8 +52,6 @@ struct _GimpGradientEditor
|
||||
{
|
||||
GimpDataEditor parent_instance;
|
||||
|
||||
GimpContext *context;
|
||||
|
||||
GtkWidget *hint_label1;
|
||||
GtkWidget *hint_label2;
|
||||
GtkWidget *hint_label3;
|
||||
|
||||
Reference in New Issue
Block a user