mirror of https://github.com/GNOME/gimp.git
app/gui/color-select.c app/widgets/gimpselectioneditor.c removed some
2002-09-04 Michael Natterer <mitch@gimp.org> * app/gui/color-select.c * app/widgets/gimpselectioneditor.c * app/widgets/gimptoolbox.c: removed some leftover GtkTargetEntry arrays.
This commit is contained in:
parent
03f5cffc4a
commit
53930815e1
|
@ -1,3 +1,10 @@
|
|||
2002-09-04 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gui/color-select.c
|
||||
* app/widgets/gimpselectioneditor.c
|
||||
* app/widgets/gimptoolbox.c: removed some leftover GtkTargetEntry
|
||||
arrays.
|
||||
|
||||
2002-09-03 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/gimpressionist/ppmtool.c (saveppm): merged fix for
|
||||
|
@ -6,7 +13,7 @@
|
|||
2002-09-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpviewable.c: small speedup: use
|
||||
g_object_[get|set]_qdata() instead of g_object_[set|set]_data().
|
||||
g_object_[get|set]_qdata() instead of g_object_[get|set]_data().
|
||||
|
||||
2002-09-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
|
|
|
@ -208,14 +208,6 @@ static ColorSelectFillUpdateProc update_procs[] =
|
|||
color_select_update_green_blue,
|
||||
};
|
||||
|
||||
/* dnd stuff */
|
||||
static GtkTargetEntry color_select_target_table[] =
|
||||
{
|
||||
GIMP_TARGET_COLOR
|
||||
};
|
||||
static guint n_color_select_targets = (sizeof (color_select_target_table) /
|
||||
sizeof (color_select_target_table[0]));
|
||||
|
||||
|
||||
/* Register the GIMP colour selector with the color notebook */
|
||||
void
|
||||
|
|
|
@ -90,11 +90,6 @@ static gboolean gimp_selection_editor_idle_render (GimpSelectionEditor *editor)
|
|||
|
||||
static GimpEditorClass *parent_class = NULL;
|
||||
|
||||
static GtkTargetEntry selection_editor_targets[] =
|
||||
{
|
||||
GIMP_TARGET_COLOR
|
||||
};
|
||||
|
||||
|
||||
GType
|
||||
gimp_selection_editor_get_type (void)
|
||||
|
|
|
@ -102,18 +102,6 @@ static void toolbox_drop_buffer (GtkWidget *widget,
|
|||
|
||||
static GimpDockClass *parent_class = NULL;
|
||||
|
||||
static GtkTargetEntry toolbox_target_table[] =
|
||||
{
|
||||
GIMP_TARGET_URI_LIST,
|
||||
GIMP_TARGET_TEXT_PLAIN,
|
||||
GIMP_TARGET_NETSCAPE_URL,
|
||||
GIMP_TARGET_LAYER,
|
||||
GIMP_TARGET_CHANNEL,
|
||||
GIMP_TARGET_LAYER_MASK,
|
||||
GIMP_TARGET_TOOL,
|
||||
GIMP_TARGET_BUFFER
|
||||
};
|
||||
|
||||
|
||||
GType
|
||||
gimp_toolbox_get_type (void)
|
||||
|
|
|
@ -208,14 +208,6 @@ static ColorSelectFillUpdateProc update_procs[] =
|
|||
color_select_update_green_blue,
|
||||
};
|
||||
|
||||
/* dnd stuff */
|
||||
static GtkTargetEntry color_select_target_table[] =
|
||||
{
|
||||
GIMP_TARGET_COLOR
|
||||
};
|
||||
static guint n_color_select_targets = (sizeof (color_select_target_table) /
|
||||
sizeof (color_select_target_table[0]));
|
||||
|
||||
|
||||
/* Register the GIMP colour selector with the color notebook */
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue