plug-ins/helpbrowser/dialog.c plug-ins/imagemap/imap_browse.c
2007-06-05 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c * plug-ins/imagemap/imap_browse.c * plug-ins/imagemap/imap_preview.c * plug-ins/imagemap/imap_selection.c: added const qualifiers. svn path=/trunk/; revision=22711
This commit is contained in:

committed by
Sven Neumann

parent
fe6787a105
commit
c2758fcc61
@ -250,8 +250,9 @@ object_moved_cb(Object_t *obj, gpointer data)
|
||||
#endif
|
||||
}
|
||||
|
||||
static GtkTargetEntry target_table[] = {
|
||||
{"STRING", 0, 1 },
|
||||
static const GtkTargetEntry target_table[] =
|
||||
{
|
||||
{"STRING", 0, 1 },
|
||||
{"text/plain", 0, 2 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user