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
@ -25,9 +25,10 @@
|
||||
|
||||
#include "imap_browse.h"
|
||||
|
||||
static GtkTargetEntry target_table[] = {
|
||||
{"STRING", 0, 1 },
|
||||
{"text/plain", 0, 2 }
|
||||
static const GtkTargetEntry target_table[] =
|
||||
{
|
||||
{"STRING", 0, 1 },
|
||||
{"text/plain", 0, 2 }
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user