aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-04-24 15:34:52 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-04-24 15:34:52 +0800
commit399f0e77bcca33cefb9cb6ef623719749d9f8390 (patch)
treeda915f1ce12a5d90f1d61bb0fed78d5eea52c617 /widgets
parent427646ed6f9241399203d883014dc6cc6ab37aec (diff)
downloadgsoc2013-evolution-399f0e77bcca33cefb9cb6ef623719749d9f8390.tar.gz
gsoc2013-evolution-399f0e77bcca33cefb9cb6ef623719749d9f8390.tar.zst
gsoc2013-evolution-399f0e77bcca33cefb9cb6ef623719749d9f8390.zip
Wide use of const in gnumeric now, thanks to Morten Welinder
svn path=/trunk/; revision=873
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-colors.c2
-rw-r--r--widgets/misc/e-colors.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c
index c8f88bbe61..bfb96fb201 100644
--- a/widgets/misc/e-colors.c
+++ b/widgets/misc/e-colors.c
@@ -37,7 +37,7 @@ color_alloc_gdk (GdkColor *c)
}
void
-color_alloc_name (char *name, GdkColor *c)
+color_alloc_name (const char *name, GdkColor *c)
{
int failed;
diff --git a/widgets/misc/e-colors.h b/widgets/misc/e-colors.h
index 4919000221..b2755a5c6a 100644
--- a/widgets/misc/e-colors.h
+++ b/widgets/misc/e-colors.h
@@ -5,7 +5,7 @@ void color_init (void);
/* Return the pixel value for the given red, green and blue */
int color_alloc (gushort red, gushort green, gushort blue);
-void color_alloc_name (char *name, GdkColor *color);
+void color_alloc_name (const char *name, GdkColor *color);
void color_alloc_gdk (GdkColor *color);
/* Colors used by any GnumericSheet item */
ese/font-vlgothic?id=eac36765995f0c060cc16ca308d07ba82aae4a3b'>Update to 20101218.hrs2011-01-052-5/+4 * Fix PREFIX/LOCALBASE confusion.hrs2010-12-082-8/+6 * Update to 20100416.hrs2010-04-252-5/+5 * Update to 20100126.hrs2010-03-022-5/+5 * Update to 20091214.hrs2009-12-272-5/+5 * Update to 20091208.hrs2009-12-082-5/+5 * Update to 20091127.hrs2009-11-302-5/+5 * Remove fonts.dir when it is empty.hrs2009-05-311-0/+3 * Ports for Japanese fonts have been reorganized in the following way:hrs2009-05-314-24/+23 * Update to 20090204.hrs2009-03-292-5/+6 * Update to 20081203.hrs2008-12-072-5/+4 * - Remove obsolete fp=[y|n] modifier in fonts.dir.hrs2008-05-312-5/+7 * - Add install script for adding XLFD.hrs2008-05-256-56/+170 * - Update to 20080429miwi2008-05-162-4/+4 * - Update to version 20080420lwhsu2008-04-262-4/+4 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2 * - Update to 20080327miwi2008-03-302-14/+19 * - Drop maintainership of this maintainer.lippe2008-03-191-1/+1 * - Update to 20071015miwi2007-10-212-4/+4 * - Update to 20071006miwi2007-10-062-4/+4 * - Update to 20070929.alepulver2007-09-302-4/+4 * - Update to 20070924miwi2007-09-242-4/+4 * - Update to 20070915miwi2007-09-202-4/+4 * Update to 20070901arved2007-09-032-4/+4 * - Update to 20070731rafan2007-07-312-5/+4 * - Update to 20070507miwi2007-05-272-7/+5 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update japanese/vlgothic to 20070328.clsung2007-05-012-4/+4 * - Update to 20070317pav2007-03-234-6/+6